Ignore:
Timestamp:
Mar 18, 2009, 4:28:11 PM (15 years ago)
Author:
ole
Message:

Made is_absolute use a flag instead of re-evaluating.
This saved up to 50% of time spent in fitting.

Also, changed the way points are copied to be more intelligent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/geospatial_data/test_geospatial_data.py

    r6488 r6546  
    19881988
    19891989    #suite = unittest.makeSuite(Test_Geospatial_data, 'test_write_csv_attributes_lat_long')
    1990     #suite = unittest.makeSuite(Test_Geospatial_data, 'test_find_optimal_smoothing_parameter')
     1990    suite = unittest.makeSuite(Test_Geospatial_data, 'test_find_optimal_smoothing_parameter')
    19911991    #suite = unittest.makeSuite(Test_Geospatial_data, 'test_split1')
    1992     suite = unittest.makeSuite(Test_Geospatial_data, 'test')
     1992    #suite = unittest.makeSuite(Test_Geospatial_data, 'test')
    19931993    runner = unittest.TextTestRunner() #verbosity=2)
    19941994    runner.run(suite)
Note: See TracChangeset for help on using the changeset viewer.