Changeset 994 for inundation/ga/storm_surge/pyvolution/test_util.py
- Timestamp:
- Mar 3, 2005, 4:03:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/test_util.py
r984 r994 536 536 domain1.store = True 537 537 domain1.set_datadir('.') 538 domain1.set_name('spatio_temporal_boundary_source ' + str(time.time()))538 domain1.set_name('spatio_temporal_boundary_source_%d' %(id(self))) 539 539 domain1.quantities_to_be_stored = ['stage', 'xmomentum', 'ymomentum'] 540 540 … … 696 696 697 697 fid.close() 698 698 import os 699 os.remove(filename) 700 699 701 700 702 def test_xya_ascii(self):
Note: See TracChangeset
for help on using the changeset viewer.