-
-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove or tag uses of SR and symbolic functions in combinat, categories, etc. #32609
Comments
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:18
Replying to @slel:
Or just |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:21
Replying to @slel:
Thanks, I've made a similar change |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:23
I like
so you need to change: sage: OG(OG.base_ring().basis()[1])
- sqrt5*[1 0]
+ a*[1 0]
[0 1] |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:27
The remaining doctest failure (and the pyflakes warnings) seen in the patchbot run are not from this ticket. |
Reviewer: Samuel Lelièvre |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:30
If bots go green or only report errors unrelated to this, positive review. |
comment:31
Patchbot failures and pyflakes warnings are unrelated. |
comment:32
Thank you! |
Changed branch from u/mkoeppe/remove_more_unnecessary_uses_of_sr_and_symbolic_functions_in_sage_combinat to |
Follow-up on #32411.
Use of
floor
/ceil
fromsage.functions
can be avoided.Modules that only need symbolics in some methods should avoid module-level imports from
sage.functions
,sage.symbolic
,sage.calculus
.Doctests that need these modules should be marked
# optional - sage.symbolic
.This can be tested using #32601 (sagemath-standard-no-symbolics)
CC: @tscrim
Component: refactoring
Author: Matthias Koeppe
Branch/Commit:
4a1b489
Reviewer: Samuel Lelièvre
Issue created by migration from https://trac.sagemath.org/ticket/32609
The text was updated successfully, but these errors were encountered: