Changeset 7040


Ignore:
Timestamp:
May 14, 2009, 3:22:53 PM (15 years ago)
Author:
rwilson
Message:

Merges from numpy branch to Numeric trunk.

Location:
anuga_validation
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/patong_beach_validation/cmpsww.py

    r7001 r7040  
    7474    filename1 = os.path.basename(file1)
    7575    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)
    7979
    8080    error = False
  • anuga_validation/automated_validation_tests/patong_beach_validation/validate.py

    r6931 r7040  
    383383
    384384msg = '''
     385Please note that this validation test is accurate only on 64bit Linux or
     386Windows.  Running the validation on a 32bit operating system will result in
     387small differences in the generated mesh which defeats the simplistic test for
     388equality between the generated and expected SWW files.
     389
    385390This validation requires a working internet connection to refresh its files.
    386391You 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  
    1919import time
    2020
    21 internal_verbose = True # Verbosity used within this function
     21internal_verbose = True # Verbose used in set_quantity and passed into fit_to_mesh
    2222
    2323filename=project.bathymetry_filename
Note: See TracChangeset for help on using the changeset viewer.