Skip to content
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

Resolves BoundError in weights(hook_lengths(...)) #4270

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JohnAAbbott
Copy link
Contributor

@JohnAAbbott JohnAAbbott commented Nov 5, 2024

The weight function now checks that its arg is semi-standard, and gives a helpful error if not.

The proposed name change discussed in issue #4230 (replace weight by weight_sequence) has not been implemented.

Resolves #4230.

@lgoettgens lgoettgens changed the title Resolves issue 4230 Resolves BoundError in weights of YoungDiagram Nov 5, 2024
@lgoettgens lgoettgens changed the title Resolves BoundError in weights of YoungDiagram Resolves BoundError in weights(hook_lengths(...)) Nov 5, 2024
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.48%. Comparing base (b056c72) to head (0ccd936).
Report is 18 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4270      +/-   ##
==========================================
- Coverage   84.60%   84.48%   -0.12%     
==========================================
  Files         640      641       +1     
  Lines       85122    85428     +306     
==========================================
+ Hits        72014    72171     +157     
- Misses      13108    13257     +149     
Files with missing lines Coverage Δ
...Combinatorics/EnumerativeCombinatorics/tableaux.jl 96.43% <100.00%> (+<0.01%) ⬆️

... and 31 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BoundsError thrown by weight(hook_lengths(partition([4,2,1])))
2 participants