#4205: [with patch, needs review] Fix deprecation warnings from numpy 1.2
----------------------------+-----------------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: new
Priority: critical | Milestone: sage-3.2.1
Component: linear algebra | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by robertwb):
Hmm... what's up with
{{{
-sage: from scipy import linsolve
+sage: from scipy.sparse.linalg.dsolve import linsolve
}}}
in sage/numerical/test.py? Does scipy.linsolve not work anymore?
Also, those doctest failures look like more than trivial noise, but I have
no experience in the area so someone else should comment.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4205#comment:6>
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
-~----------~----~----~----~------~----~------~--~---