#4752: [with patch; positive review, needs doctest fix] list_plot3d crashes sage
with some exact input
-----------------------------------+----------------------------------------
Reporter: mhampton | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: graphics | Resolution:
Keywords: list_plot3d, graphics |
-----------------------------------+----------------------------------------
Changes (by mabshoff):
* summary: [with patch; positive review] list_plot3d crashes sage with
some exact input => [with patch; positive
review, needs doctest fix] list_plot3d crashes
sage with some exact input
Comment:
We need a doctest fix for this one:
{{{
sage -t -long "devel/sage/sage/plot/plot3d/list_plot3d.py"
**********************************************************************
File
"/scratch/mabshoff/sage-3.3.rc0/devel/sage/sage/plot/plot3d/list_plot3d.py",
line 119:
sage: show(list_plot3d(pts,interpolation_type='nn'))
Expected:
Traceback (most recent call last):
...
ValueError: We need at least 3 points to perform the interpolation
Got nothing
**********************************************************************
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4752#comment:16>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---