#10936: removal of scipy_sandbox
---------------------------------------------------------------+------------
   Reporter:  fbissey                                          |       Owner:  
tbd         
       Type:  task                                             |      Status:  
needs_review
   Priority:  major                                            |   Milestone:  
sage-4.7    
  Component:  packages                                         |    Keywords:   
           
     Author:  François Bissey, Paulo Cesar Pereira de Andrade  |    Upstream:  
N/A         
   Reviewer:  Rob Beezer                                       |      Merged:   
           
Work_issues:                                                   |  
---------------------------------------------------------------+------------
Changes (by rbeezer):

  * reviewer:  => Rob Beezer


Comment:

 Un-tar'ed a fresh 4.7.alpha1.  Applied the one patch to SAGE_ROOT.  Built
 Sage.  Then applied the two Sage library patches and ran long tests.  Got
 two failures, the second being a consequence of the first, while the first
 looks genuine.

 {{{
 sage -t -long -force_lib "devel/sage/sage/numerical/test.py"
 **********************************************************************
 File "/sage/sandbox/devel/sage/sage/numerical/test.py", line 27:
     sage: e,v=arpack.eigs(A,k=6,which='SM')
 Exception raised:
     Traceback (most recent call last):
       File "/sage/sandbox/local/bin/ncadoctest.py", line 1231, in
 run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/sage/sandbox/local/bin/sagedoctest.py", line 38, in
 run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
 compileflags)
       File "/sage/sandbox/local/bin/ncadoctest.py", line 1172, in
 run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_0[19]>", line 1, in <module>
         e,v=arpack.eigs(A,k=Integer(6),which='SM')###line 27:
     sage: e,v=arpack.eigs(A,k=6,which='SM')
     AttributeError: 'module' object has no attribute 'eigs'
 **********************************************************************
 }}}

 Then installed the new `SciPy` spkg at #10887.  Reran the test above and
 it passed.  Running full tests right now, which I would expect to pass.

 So I think that (a) this ticket depends on #10887, and (b) with that
 dependency this ticket functions just fine and merits a positive review.

 Francois - does that look right?

 Rob

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10936#comment:7>
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.

Reply via email to