-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
sage.combinat
: Update # needs
#36619
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should update the description of this PR as you did root_system
.
I see the following warning:
sage -t --long --random-seed=275711692312133561019985353296319482447 src/sage/combinat/root_system/non_symmetric_macdonald_polynomials.py
**********************************************************************
File "src/sage/combinat/root_system/non_symmetric_macdonald_polynomials.py", line 1903, in sage.combinat.root_system.non_symmetric_macdonald_polynomia
ls.NonSymmetricMacdonaldPolynomials.symmetric_macdonald_polynomial
Warning: Variable 'f' referenced here was set only in doctest marked '# needs sage.graphs sage.libs.gap'
fe = f.expand(g.parent().gens()); fe
[559 tests, 13.86 s]
This PR is way too big....
src/sage/combinat/partition.py
Outdated
3 | ||
sage: Partitions(10).cardinality() | ||
sage: Partitions(10).cardinality() # needs sage.libs.flint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doctest is repeated.
May be we should reorder the doctests to use more block scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, done in 5192865
8c8285e
to
a5e3437
Compare
I've instead taken out the unintended changes in this folder. |
Documentation preview for this PR (built with commit 5192865; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passes all tests on Fedora 35 without warnings in the considered parts of combinat
.
LGTM. I hope I have not missed something. This is a giant PR...
Thanks very much for the patient review of this supersized PR! |
Cherry-picked from #35095.
Excluding
.{designs,posets,root_system,species,words}
, which have been or will be done in separate PRs.📝 Checklist
⌛ Dependencies