Ignore:
Timestamp:
Nov 25, 2005, 12:25:50 PM (19 years ago)
Author:
duncan
Message:

Removing file leaks in tests, moving tsh2sww to data_manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified inundation/pyvolution/test_combine_pts.py

    r1379 r2074  
    8787        #clean up
    8888        os.remove(out_file)
     89        #os.remove(fine_file)
    8990
    9091    def test_combine_rectangular_points_filesII(self):
     
    194195        os.remove(fine_file)
    195196        os.remove(coarse_file)
     197        #os.remove(out_file)
    196198     
    197199    def test_reduce_points_to_mesh_extent(self):
     
    265267                         'final number of points wrong. failed.')
    266268        assert allclose(results['attributelist']['elevation'], answer)
     269       
     270        #clean up
     271        os.remove(points_file)
     272        os.remove(mesh_file)
    267273       
    268274        #clean up
Note: See TracChangeset for help on using the changeset viewer.