Changeset 4767


Ignore:
Timestamp:
Oct 30, 2007, 12:54:56 PM (16 years ago)
Author:
ole
Message:

Removed plotting from autovalidation as default.
There were problems for users without access to X11.
This should fix ticket:204

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/okushiri_tank_validation/compare_timeseries_with_measures.py

    r4718 r4767  
    1414import project
    1515
    16 try:
    17     from pylab import ion, hold, plot, title, legend, xlabel, ylabel, savefig
    18 except:
    19     print 'Could not import pylab'
    20     plotting = False
    21 else:
    22     # Create plots as png files
    23     plotting = True
     16#try:
     17#    from pylab import ion, hold, plot, title, legend, xlabel, ylabel, savefig
     18#except:
     19#    print 'Could not import pylab'
     20#    plotting = False
     21#else:
     22#    # Create plots as png files
     23#    plotting = True
     24
     25plotting = False # No plotting when running automated validation
     26
    2427
    2528#-------------------------
Note: See TracChangeset for help on using the changeset viewer.