Changeset 5136


Ignore:
Timestamp:
Mar 7, 2008, 4:15:26 PM (16 years ago)
Author:
nick
Message:

Addressing trac ticket 188

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/test_util.py

    r4984 r5136  
    13331333#        assert max1==10
    13341334       
    1335     def bad_test_make_plots_from_csv_files(self):
    1336        
    1337         try:
    1338             import pylab
    1339         except ImportError:
    1340             #ANUGA don't need pylab to work so the system doesn't
    1341             #rely on pylab being installed
    1342             return
     1335    def test_make_plots_from_csv_files(self):
    13431336       
    13441337        if sys.platform == 'win32':  #Windows
     1338            try:
     1339                import pylab
     1340            except ImportError:
     1341                #ANUGA don't need pylab to work so the system doesn't
     1342                #rely on pylab being installed
     1343                return
     1344           
    13451345       
    13461346            current_dir=getcwd()+sep+'abstract_2d_finite_volumes'
Note: See TracChangeset for help on using the changeset viewer.