- Timestamp:
- Jan 22, 2015, 4:26:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/utilities/test/test_spatialInputUtil.py
r9435 r9490 11 11 import anuga 12 12 import numpy 13 import os 13 14 from anuga.shallow_water.shallow_water_domain import Domain 14 15 from anuga.utilities import plot_utils as util … … 30 31 31 32 def tearDown(self): 32 pass 33 for file in ['PointData_TestData.tif']: 34 try: 35 os.remove(file) 36 except: 37 pass 33 38 34 39 def make_me_a_tif(self):
Note: See TracChangeset
for help on using the changeset viewer.