Changeset 6232 for anuga_core/source/anuga/caching/test_caching.py
- Timestamp:
- Jan 23, 2009, 2:44:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/caching/test_caching.py
r6231 r6232 433 433 res1 = cache(f1, x, test=True, verbose=False) 434 434 assert num.allclose(res1, ref1) 435 436 # Test that f2(x) is still clear 437 cache(f2, x, clear=True, verbose=False) 438 flag = cache(f2, x, test=True, verbose=False) 439 assert flag is None 435 440 436 441 # Run f2(x) and test result
Note: See TracChangeset
for help on using the changeset viewer.