Changeset 4841


Ignore:
Timestamp:
Nov 21, 2007, 10:58:18 AM (17 years ago)
Author:
duncan
Message:

commenting out prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py

    r4840 r4841  
    3333            ,save=False
    3434            )
    35         print "time", time
    36         print "mem", mem
     35        #print "time", time
     36        #print "mem", mem
    3737        if host.find('tornado') == 0 or host.find('compute-1') == 0:
    3838            # Tornado headnode or node
     
    5555
    5656        elif host.find('nautilus') == 0:
    57             print "yeah"
    5857            time_standard = 29.1
    5958            self.assert_(time<time_standard*1.2)
Note: See TracChangeset for help on using the changeset viewer.