Changeset 8807
- Timestamp:
- Apr 2, 2013, 2:01:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_validation_tests/Case_studies/Okushiri/compare_timeseries_with_measures.py
r8787 r8807 29 29 ## 30 30 ##else: 31 31 32 try: 32 33 from pylab import ion, hold, plot, title, legend … … 39 40 # Create plots as png files 40 41 plotting = True 41 42 43 testing = True 42 44 43 45 #------------------------- … … 153 155 #print 'Allclose:', allclose(reference_value, computed_value, 154 156 # rtol=rtol, atol=atol) 155 if plotting is False:157 if testing is True: 156 158 assert num.allclose(reference_value, computed_value, 157 159 rtol=rtol, atol=atol), msg
Note: See TracChangeset
for help on using the changeset viewer.