Argument regular=
makes Partitions(...)
silently ignore other arguments
#39107
Labels
regular=
makes Partitions(...)
silently ignore other arguments
#39107
Steps To Reproduce
Consider the code:
Expected Behavior
When in addition to
length=8,max_part=5
we specifyregular=5
we expect to see the cardinality at most 33, but we get a larger cardinality of 950.Actual Behavior
Partitions(24,length=8,max_part=5,regular=5)
seems to ignorelength=8,max_part=5
and to produce the same result asPartitions(24,regular=5)
.Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: