[sage-devel] Re: Possible bug in SetPartitions constructor?

2022-02-15 Thread mitchondra
Ah, now I see it is actually mentioned in the documentation, because I was reading part for SetPartition, not for SetPartitionS... Dne úterý 15. února 2022 v 10:38:46 UTC+1 uživatel mitchondra napsal: > To be honest, I really did not find the error message helpfull and I > identifi

[sage-devel] Re: Possible bug in SetPartitions constructor?

2022-02-15 Thread mitchondra
To be honest, I really did not find the error message helpfull and I identified the problem mostly just by "common programmer sense". But, of course, I am not that familiar with Sage. I basically just used the examples of SetPartitions constructor, since I found no general explanation what ar

[sage-devel] Possible bug in SetPartitions constructor?

2022-02-14 Thread mitchondra
Hello, I am currently working with set partitions and I encountered possible bug when creating SetPartitions instance with specified partition sizes: ``` sage: SetPartitions(10, [4,3,2,1])