In devel/sage/sage/misc/getusage.py, there is a test sage: t = get_memory_usage() sage: get_memory_usage(t) 0.0
Which tests that the amount of memory used in the second line is the same as the first. However, this is now failing regularly, with small differences in memory usage (both positive and negative). I don't know why (changes to caching?), but anyway I don't really see the point of this test, so I propose to remove it. I have made this a *blocker* since it causes regular doctest failures. Removing this test needs review: http://trac.sagemath.org/sage_trac/ticket/14286 -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
