Ignore:
Timestamp:
Jun 15, 2010, 12:06:46 PM (13 years ago)
Author:
hudson
Message:

Refactorings to allow tests to pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/file_conversion/test_dem2pts.py

    r7814 r7841  
    7979
    8080        #Convert to NetCDF pts
    81         asc2dem(filename)
    82         dem2pts(root+'.dem', easting_min=2002.0, easting_max=2007.0,
     81        dem2pts(filename, easting_min=2002.0, easting_max=2007.0,
    8382                northing_min=3003.0, northing_max=3006.0,
    8483                verbose=False)
     
    199198
    200199        #Convert to NetCDF pts
    201         asc2dem(filename)
    202         dem2pts(root+'.dem', easting_min=2002.0, easting_max=2007.0,
     200        dem2pts(filename, easting_min=2002.0, easting_max=2007.0,
    203201                northing_min=3003.0, northing_max=3006.0)
    204202
     
    328326
    329327        #Convert to NetCDF pts
    330         asc2dem(filename)
    331         dem2pts(root+'.dem', easting_min=2002.0, easting_max=2007.0,
     328        dem2pts(filename, easting_min=2002.0, easting_max=2007.0,
    332329                northing_min=3003.0, northing_max=3006.0)
    333330
Note: See TracChangeset for help on using the changeset viewer.