Changeset 4340 for anuga_validation/automated_validation_tests/okushiri_tank_validation/compare_timeseries_with_measures.py
- Timestamp:
- Mar 29, 2007, 5:08:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/compare_timeseries_with_measures.py
r4339 r4340 190 190 191 191 192 if n ame <> 'ch9':193 # Minim um of ch9 isvery flat and hard to pinpoint192 if not name in ['ch7', 'ch9']: 193 # Minima of ch7 and ch9 are very flat and hard to pinpoint 194 194 i1 = argmin(model) 195 195 res = reference_time[i1]
Note: See TracChangeset
for help on using the changeset viewer.