Ignore:
Timestamp:
Apr 21, 2006, 5:20:45 PM (19 years ago)
Author:
duncan
Message:

Do interpolation using fit_interpolate/interpolate.py, instead of least_squares.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/test_all.py

    r2744 r2750  
    1515#List files that should be excluded from the testing process.
    1616#E.g. if they are known to fail and under development
    17 exclude_files = ['test_metis.py', 'test_version.py', 'test_parallel_sw.py'
    18                  #'test_interpolate.py',# this is under development
     17exclude_files = ['test_metis.py', 'test_version.py', 'test_parallel_sw.py',
     18                 'test_interpolate_sww.py' # this is obsolete
    1919                 ]
    2020                 #'test_calculate_region.py', 'test_calculate_point.py']
Note: See TracChangeset for help on using the changeset viewer.