- Timestamp:
- Jun 22, 2009, 9:26:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r7222 r7240 118 118 msg = ('Time used was %.1f s, standard is %.1f s +20%% (%.1f s)' 119 119 % (time, time_standard, int(time_standard*1.2))) 120 #print msg 120 121 assert time < time_standard*1.2, msg 121 122 … … 135 136 msg = ('Memory used was %d KiB, standard is %d KiB +20%% (%d KiB)' 136 137 % (mem, mem_standard, int(mem_standard*1.2))) 138 #print msg 137 139 assert mem < mem_standard*1.2, msg 138 140
Note: See TracChangeset
for help on using the changeset viewer.