Ignore:
Timestamp:
May 25, 2010, 9:06:45 PM (13 years ago)
Author:
hudson
Message:

Updated validation suite to work with new API - confirmed that Patong passes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/UQ_runup_2006/run_dam.py

    r7471 r7750  
    2222from anuga.fit_interpolate.interpolate import interpolate_sww2csv, \
    2323     file_function
    24 from anuga.abstract_2d_finite_volumes.util import start_screen_catcher, \
    25      copy_code_files
    26 from anuga.shallow_water.data_manager import csv2dict
     24from anuga.utilities.file_utils import copy_code_files, load_csv_as_dict
    2725from numerical_tools import  err 
    2826
     
    9492
    9593    # Load actual experimental results
    96     actual,title_index_dic = csv2dict(project.actual_filename)
     94    actual,title_index_dic = load_csv_as_dict(project.actual_filename)
    9795   
    9896    gauge_locations = [[0.4,0.2]]
Note: See TracChangeset for help on using the changeset viewer.