Changeset 2296
- Timestamp:
- Jan 27, 2006, 9:54:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/test_data_manager.py
r2273 r2296 2298 2298 ################### 2299 2299 2300 os.remove(domain.filename + '.sww') 2301 2300 2302 bits = ['vertex_coordinates'] 2301 2303 for quantity in ['elevation']+domain.quantities_to_be_stored: … … 2433 2435 filler = 0 2434 2436 domain2 = sww2domain(filename,None,fail_if_NaN=False,NaN_filler = filler,verbose=False) 2437 2438 2439 2435 2440 bits = [ 'geo_reference.get_xllcorner()', 2436 2441 'geo_reference.get_yllcorner()', … … 2452 2457 #print 'passed' 2453 2458 2459 #FIXME (DSG-all) this doesn't work (in windows), due to permitions 2460 #it the file is created in the temp area this problem 2461 # might be avoided 2462 2454 2463 #cleanup 2455 2464 #import os … … 2543 2552 ##NOW TEST IT!!! 2544 2553 ################### 2554 2555 os.remove(domain.filename + '.sww') 2545 2556 2546 2557 #FIXME smooth domain so that they can be compared
Note: See TracChangeset
for help on using the changeset viewer.