Changeset 7871


Ignore:
Timestamp:
Jun 23, 2010, 3:46:51 PM (14 years ago)
Author:
hudson
Message:

Fixed a couple of errors in the unit test.

Location:
trunk/anuga_core/source/anuga/file
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/file/test_csv.py

    r7870 r7871  
    77
    88from csv_file import load_csv_as_array, load_csv_as_dict, store_parameters, \
    9                         load_csv_as_matrix
     9                        load_csv_as_matrix, load_csv_as_polygons
    1010
    1111class Test_csv(unittest.TestCase):
  • trunk/anuga_core/source/anuga/file/test_sww.py

    r7870 r7871  
    1010from sww import load_sww_as_domain, weed, get_mesh_and_quantities_from_file
    1111from Scientific.IO.NetCDF import NetCDFFile
     12
     13from anuga.config import netcdf_mode_w
    1214
    1315# boundary functions
Note: See TracChangeset for help on using the changeset viewer.