On Wed, Aug 27, 2008 at 11:54 AM, mabshoff <[EMAIL PROTECTED]> wrote:
>
> In general note that #3813 (the new adaptive plotting code) slows down
> a lot of doctests since we end up creating plots with a lot more
> points, but much better quality. Mike Hansen has an idea how to fix
> that performance issue, but there is no ticket yet. Even with his
> _fast_float fixes the "slow down" is noticeable.

When plot runs during doctesting it does special things, e.g., renders
to a much smaller png.
The adaptive refinement code should just test if it is being run in a
doctest, and if so, don't
do nearly as much adaptive refinement.  Dead easy.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to