Changeset 8854


Ignore:
Timestamp:
Apr 27, 2013, 6:03:29 PM (12 years ago)
Author:
steve
Message:

Get rid of stray print in test_all.py

Location:
trunk/anuga_core/source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/operators/test_rate_operators.py

    r8853 r8854  
    696696        #print indices
    697697        #print "d"
    698         print d
     698        #print d
    699699        stage_ex = num.array([ 1.0,  1.0,   1.0,  1.0])
    700700        stage_ex[indices] = d
  • trunk/anuga_core/source/anuga_validation_tests/validate_all.py

    r8786 r8854  
    11"""Validate_all.py
    22
    3 This takes about 41 hours in total on an Intel I7 2.5GHz Linux server.
    4 40 hours is spent in the Patong validation.
    53
    6 If you wish to skip Patong, add 'patong_beach_validation' to the
    7 list dirs_to_skip by uncommenting the appropriate line.
    84
    95
     
    4440print
    4541print '---------------------------------------------------------'
    46 print 'Running all validation tests - some may take many hours'
     42print 'Running all validation tests - some may take many minutes'
    4743print 'and some may require memory in the order of 8-16GB       '
    4844print '---------------------------------------------------------'
Note: See TracChangeset for help on using the changeset viewer.