-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix some combinatorics #3860
Fix some combinatorics #3860
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3860 +/- ##
==========================================
+ Coverage 81.84% 81.86% +0.01%
==========================================
Files 580 581 +1
Lines 79900 80012 +112
==========================================
+ Hits 65398 65502 +104
- Misses 14502 14510 +8
|
@joschmitt in file |
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 looks very good to me; I've not tried running the improved tests, but they look to be quite thorough! I have written one (unimportant?) question in the chat.
Yes, I should also put it there. Thank you! |
@benlorenz It would be good to have this in 1.1. It contains some bugfixes and might be nice to have for the Begehung. |
* Make sure the combinatorics functions work for every integer type * Fix `is_standard` for negative values * Fix documentation of Schur polynomials * Fix `schur_polynomial` * Change one-line/terse printing of tableaux (cherry picked from commit 265e89c)
Fixes some of the issues mentioned in #3850.