Changeset 7040
- Timestamp:
- May 14, 2009, 3:22:53 PM (15 years ago)
- Location:
- anuga_validation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/cmpsww.py
r7001 r7040 74 74 filename1 = os.path.basename(file1) 75 75 filename2 = os.path.basename(file2) 76 width = max(len(filename1), len(filename2))77 filename1 = filename1.rjust(width)78 filename2 = filename2.rjust(width)76 # width = max(len(filename1), len(filename2)) 77 # filename1 = filename1.rjust(width) 78 # filename2 = filename2.rjust(width) 79 79 80 80 error = False -
anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r6931 r7040 383 383 384 384 msg = ''' 385 Please note that this validation test is accurate only on 64bit Linux or 386 Windows. Running the validation on a 32bit operating system will result in 387 small differences in the generated mesh which defeats the simplistic test for 388 equality between the generated and expected SWW files. 389 385 390 This validation requires a working internet connection to refresh its files. 386 391 You may still run this validation without an internet connection if you have the -
anuga_validation/okushiri_2005/test_caching_of_set_quantity.py
r6702 r7040 19 19 import time 20 20 21 internal_verbose = True # Verbos ity used within this function21 internal_verbose = True # Verbose used in set_quantity and passed into fit_to_mesh 22 22 23 23 filename=project.bathymetry_filename
Note: See TracChangeset
for help on using the changeset viewer.