Changeset 7422:dc8dedef562f


Ignore:
Timestamp:
11/24/07 22:29:59 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Children:
7424:59c0c1153bbe, 7661:5ecfb83c6b5b
Message:

Get rid of some #not tested, since now it is tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/numerical/test.py

    r7079 r7422  
    77sage: from scipy import special 
    88sage: from scipy import integrate 
    9 sage: from scipy import linsolve   # not tested since it breaks on OS X! 
     9sage: from scipy import linsolve    
    1010sage: from scipy import interpolate 
    11 sage: from scipy import sparse     # not tested -- broken on OS X! 
     11sage: from scipy import sparse     
    1212""" 
    1313 
Note: See TracChangeset for help on using the changeset viewer.