Changeset 7039 for branches/numpy_anuga_validation
- Timestamp:
- May 14, 2009, 3:17:59 PM (16 years ago)
- Location:
- branches/numpy_anuga_validation
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/run_model.py
r6906 r7039 75 75 76 76 # Create the STS file 77 # FIXME (Ole): This is deadly dangerous if buildcode changes (as was the case 24th March 2009) 78 # We need to use caching instead! 79 77 80 log.critical( 'project.mux_data_folder=%s' % project.mux_data_folder) 78 81 if not os.path.exists(project.event_sts + '.sts'): -
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r7008 r7039 47 47 Optional_Data_Objects = ('patong.sww.TRIAL.tgz', 48 48 'patong.sww.BASIC.tgz', 49 'patong.sww.FINAL.tgz' ,49 'patong.sww.FINAL.tgz' 50 50 ) 51 51 -
branches/numpy_anuga_validation/okushiri_2005/test_caching_of_set_quantity.py
r6237 r7039 1 """This script tests that caching works for set_quantity using point data from a file. 1 """This script tests that caching works for set_quantity using point 2 data from a file. 2 3 First cache is cleared, then set_quantity is run twice checking that 3 4 fitting is evaluated only first time and that the result from cache on the
Note: See TracChangeset
for help on using the changeset viewer.