Changeset 2008


Ignore:
Timestamp:
Nov 7, 2005, 1:18:05 PM (18 years ago)
Author:
duncan
Message:

cleaning up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/test_data_manager.py

    r2007 r2008  
    27812781
    27822782        # remove sww file
    2783         #co-ords
    2784         #Zone:   55   
    2785         #Easting:  587798.418  Northing: 5793713.242
    2786         #Latitude:   -38  0 ' 0.00000 ''  Longitude: 148  0 ' 0.00000 ''
    2787         #Grid Convergence:  0  36 ' 56.52 ''  Point Scale: 0.99969494
    2788 
    2789         #Zone:   55   
    2790         #Easting:  587798.418  Northing: 5793713.242
    2791         #Latitude:   -38  0 ' 0.00000 ''  Longitude: 148  0 ' 0.00000 ''
    2792         #Grid Convergence:  0  36 ' 56.52 ''  Point Scale: 0.99969494
    2793 
    2794 
    2795         #Zone:   55   
    2796         #Easting:  631699.669  Northing: 5793123.477
    2797         #Latitude:   -38 0 ' 0.00000 ''  Longitude: 148  30 ' 0.00000 ''
    2798 
     2783        os.remove(sww_file)
    27992784       
    28002785#-------------------------------------------------------------
    28012786if __name__ == "__main__":
    2802     suite = unittest.makeSuite(Test_Data_Manager,'test')
     2787    suite = unittest.makeSuite(Test_Data_Manager,'test_asc_')
     2788    #suite = unittest.makeSuite(Test_Data_Manager,'test')
    28032789    #suite = unittest.makeSuite(Test_Data_Manager,'xxxtest')
    28042790    #suite = unittest.makeSuite(Test_Data_Manager,'test_sww2dem_boundingbox')   
Note: See TracChangeset for help on using the changeset viewer.