- Timestamp:
- May 25, 2010, 9:06:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/UQ_runup_2006/run_dam.py
r7471 r7750 22 22 from anuga.fit_interpolate.interpolate import interpolate_sww2csv, \ 23 23 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 24 from anuga.utilities.file_utils import copy_code_files, load_csv_as_dict 27 25 from numerical_tools import err 28 26 … … 94 92 95 93 # 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) 97 95 98 96 gauge_locations = [[0.4,0.2]]
Note: See TracChangeset
for help on using the changeset viewer.