On Tue, Jan 19, 2010 at 01:54:57PM -0800, Robert Miller wrote:
> It's time to point our fingers at long doctests again. (I won't name
> names, but there are a few people who are mostly responsible for
> several of these files) Here are the eight files whose doctests
> (without -long) take the longest:
> 
> devel/sage-main/sage/rings/polynomial/multi_polynomial_ideal.py
> ...
> devel/sage-main/sage/calculus/calculus.py
> 128 secs

Shameless plug for #7493. I posted there a patch which sorts of do the
job. It is not intended to be merged, but to make you crave enough for
the feature to actually implement it right:


  sage -t -time "4.3/devel/sage-combinat/sage/categories/coxeter_groups.py"
  ...
  File "/opt/sage-4.3/devel/sage-combinat/sage/categories/coxeter_groups.py", 
line 1010:
      sage: for u in P4:
            for v in P4:
                assert u.bruhat_lequal(v) == P4toW(u).bruhat_le(P4toW(v))
  Expected nothing
  Got:
      Warning: test took 8.1s > 1s. Please use # long time
  Total time for all tests: 24.0 seconds

Best,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/
-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to