Marc Mezzarobba wrote: > On my machine, sage -t --verbose src/sage/rings/integer.pyx blocks on: > > Trying (line 6089): alarm(0.5); (2^100).binomial(2^22, > algorithm='pari') Expecting: > Traceback (most recent call last): > ... > AlarmInterrupt
Funny: the problems persists after git clean -fdx followed by a full rebuild, but since my computer was going to be idle for a few hours I just tried rebuilding sage after ccache --clear, and now the tests pass. If anyone knows what may be going on, I'm interested! -- Marc -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
