Changeset 4529
- Timestamp:
- Jun 4, 2007, 1:59:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/compare_timeseries_with_measures.py
r4340 r4529 140 140 #print 'Allclose:', allclose(reference_value, computed_value, 141 141 # rtol=rtol, atol=atol) 142 assert allclose(reference_value, computed_value, rtol=rtol, atol=atol), msg 142 if plotting is False: 143 assert allclose(reference_value, computed_value, rtol=rtol, atol=atol), msg 143 144 144 145
Note: See TracChangeset
for help on using the changeset viewer.