You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**********************************************************************
File "combinat.py", line 1924:
sage: len([n for n in [1..500] if number_of_partitions(n) != number_of_partitions(n,algorithm='pari')])
Expected:
0
Got:
245
**********************************************************************
The solution here is to reduce the various precisions used in the partition code. For qd we have to reduce the precision to 170 bits which indicates either a severe bug on our end or something is seriously wrong in qd.
Hello,
number of partitions is broken on Solaris/Sparc:
but also more worringly the "small" case:
Cheers,
Michael
CC: @sagetrac-sage-combinat
Component: combinatorics
Issue created by migration from https://trac.sagemath.org/ticket/1339
The text was updated successfully, but these errors were encountered: