Changeset 6708 for anuga_validation/automated_validation_tests
- Timestamp:
- Apr 2, 2009, 11:29:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/test_caching_of_set_quantity.py
r6548 r6708 104 104 105 105 msg = 'Caching did not speed things up as expected' 106 msg += 'Compute time = %.f, Cache time = %.f' % (compute_time, 107 cache_time) 106 108 assert cache_time < compute_time/10, msg
Note: See TracChangeset
for help on using the changeset viewer.