Changeset 7654
- Timestamp:
- Mar 3, 2010, 5:25:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r7653 r7654 57 57 # Associated tolerances to be used in comparisons (would depend on discretisation errors) 58 58 epsilon = {'patong.sww.TRIAL.tgz': 1.0e-3, 59 'patong.sww.BASIC.tgz': 1.0e-4,60 'patong.sww.FINAL.tgz': 1.0e- 5}59 'patong.sww.BASIC.tgz': 5.0e-4, 60 'patong.sww.FINAL.tgz': 1.0e-4} 61 61 62 62
Note: See TracChangeset
for help on using the changeset viewer.