Other consequences from gc.collect() insertions: sage -t -force_lib devel/sage/sage/crypto/mq/mpolynomialsystem.py # Killed/crashed sage -t -force_lib devel/sage/sage/rings/polynomial/ multi_polynomial_sequence.py # Killed/crashed
(same problem; reported as above) ********************************************************************** File "/usr/local/sage/5.5b2/devel/sage/sage/modular/abvar/ abvar_ambient_jacobian.py", line 345: sage: J0(33).decomposition(simple=False) Expected: [ Abelian subvariety of dimension 2 of J0(33), Simple abelian subvariety 33a(None,33) of dimension 1 of J0(33) ] Got: [ Abelian subvariety of dimension 2 of J0(33), Abelian subvariety of dimension 1 of J0(33) ] ********************************************************************** sage -t -force_lib devel/sage/sage/modular/abvar/ abvar_ambient_jacobian.py # 1 doctests failed (i.e., doctest is relying on a previous copy of 33a remaining in memory on which additional computations have changed the way it prints. That's a violation of immutability anyway and the doctest shouldn't rely on such behaviour) ********************************************************************** File "/usr/local/sage/5.5b2/devel/sage/sage/modular/abvar/abvar.py", line 2840: sage: J0(33).is_simple(none_if_not_known=True) Expected: False Got nothing ********************************************************************** sage -t -force_lib devel/sage/sage/modular/abvar/abvar.py # 1 doctests failed Same problem! Since J0(33) is freshly constructed, one should not rely on anything being cached on it and the test explicitly asks to not compute anything. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.