#13135: list_plot3d.py timeout in Solaris
----------------------------+-----------------------------------------------
Reporter: jdemeyer | Owner: jason, was
Type: defect | Status: new
Priority: blocker | Milestone: sage-5.1
Component: graphics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
----------------------------+-----------------------------------------------
Comment (by ppurka):
This takes 0.18s on my laptop in sage-5.1.beta5. I don't see why it should
take >5s on some other hardware unless the hardware is really that slow.
{{{
sage: l=[] iate(0,1)))
sage: for i in range(-5,5): iate(0,1)))
....: for j in range(-5,5):
....:
l.append((normalvariate(0,1),normalvariate(0,1),normalvariate(0,>
....:
sage: %time
list_plot3d(l,interpolation_type='nn',texture='yellow',num_points=>
CPU times: user 0.16 s, sys: 0.01 s, total: 0.18 s
Wall time: 0.18 s
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13135#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.