Changeset 6548 for anuga_validation/okushiri_2005
- Timestamp:
- Mar 18, 2009, 4:59:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/test_caching_of_set_quantity.py
r6237 r6548 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 … … 6 7 This script depends on Benchmark_2.msh and Benchmark_2_Bathymetry.pts 7 8 """ 8 # FIXME(Ole): This needs to become a unit test - in automated validation tests under Okushiri.9 9 10 # FIXME(Ole): This won't work until ticket:314 has been fixed. 10 # FIXME(Ole): This script is obsolete and has been moved into the 11 # automatic validation unit test suite. 11 12 12 13 # Module imports … … 18 19 import time 19 20 20 internal_verbose = True # Verbos e used in set_quantity and passed into fit_to_mesh21 internal_verbose = True # Verbosity used within this function 21 22 22 23 filename=project.bathymetry_filename
Note: See TracChangeset
for help on using the changeset viewer.