Ignore:
Timestamp:
Apr 9, 2010, 8:49:12 PM (14 years ago)
Author:
hudson
Message:

Added documentation. Fixes in sww2timeseries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/test_gauge.py

    r7675 r7679  
    4444        test_interpole_sww2csv
    4545       
    46         This is testing the gauge_sww2csv function, by creating a sww file and
     46        This is testing the sww2csv_gauges function, by creating a sww file and
    4747        then exporting the gauges and checking the results.
    4848        """
     
    109109
    110110       
    111         gauge_sww2csv(sww.filename,
     111        sww2csv_gauges(sww.filename,
    112112                       points_file,
    113113                       verbose=False,
     
    166166        test_interpole_sww2csv
    167167       
    168         This is testing the gauge_sww2csv function, by creating a sww file and
     168        This is testing the sww2csv_gauges function, by creating a sww file and
    169169        then exporting the gauges and checking the results.
    170170       
     
    227227        file_id.close()
    228228
    229         gauge_sww2csv(sww.filename,
     229        sww2csv_gauges(sww.filename,
    230230                            points_file,
    231231                            quantities=['stage', 'elevation'],
     
    279279        test_interpole_sww2csv
    280280       
    281         This is testing the gauge_sww2csv function, by creating a sww file and
     281        This is testing the sww2csv_gauges function, by creating a sww file and
    282282        then exporting the gauges and checking the results.
    283283       
     
    347347
    348348       
    349         gauge_sww2csv(sww.filename,
     349        sww2csv_gauges(sww.filename,
    350350                            points_file,
    351351                            verbose=False,
     
    466466        file_id.close()
    467467
    468         gauge_sww2csv(sww.filename,
     468        sww2csv_gauges(sww.filename,
    469469                       points_file,
    470470                       verbose=False,
     
    575575        file_id.close()
    576576
    577         gauge_sww2csv(sww.filename,
     577        sww2csv_gauges(sww.filename,
    578578                       points_file,
    579579                       quantities=['stage', 'xcentroid', 'ycentroid'],
Note: See TracChangeset for help on using the changeset viewer.