Ignore:
Timestamp:
Jun 24, 2010, 10:38:40 PM (13 years ago)
Author:
hudson
Message:

Fixed a few unit test errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/test_data_manager.py

    r7866 r7872  
    505505        # Check contents
    506506        # Get NetCDF
    507         fid = NetCDFFile(sww.filename, netcdf_mode_r)  # Open existing file for append
     507        fid = NetCDFFile(sww.filename, netcdf_mode_r)
    508508
    509509        # Get the variables
     
    605605        sww.store_timestep()
    606606
    607 
    608607        #Check contents
    609608        #Get NetCDF
    610609        fid = NetCDFFile(sww.filename, netcdf_mode_r)
    611 
    612610
    613611        # Get the variables
     
    645643        """
    646644
    647         lat_long_points=[[6.01,97.0],[6.02,97.0],[6.05,96.9],[6.0,97.0]]
    648         bounding_polygon=[[6.0,97.0],[6.01,97.0],[6.02,97.0],[6.02,97.02],[6.00,97.02]]
     645        lat_long_points=[[6.01, 97.0], [6.02, 97.0], [6.05, 96.9], [6.0, 97.0]]
     646        bounding_polygon=[[6.0, 97.0], [6.01, 97.0], [6.02,97.0], \
     647                            [6.02,97.02], [6.00,97.02]]
    649648        tide = 0.35
    650649        time_step_count = 50
Note: See TracChangeset for help on using the changeset viewer.