Ignore:
Timestamp:
Aug 21, 2012, 11:07:14 PM (13 years ago)
Author:
steve
Message:

Looks like the produce_results.py scripts are running with
fabricate

Location:
trunk/anuga_core/validation_tests/Tests/Simple/steep_slope
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/Tests/Simple/steep_slope

    • Property svn:ignore set to
      .deps
  • trunk/anuga_core/validation_tests/Tests/Simple/steep_slope/produce_results.py

    r8468 r8529  
    1 from anuga.utilities.argparsing import run_validation_script
     1#--------------------------------
     2# import modules
     3#--------------------------------
     4from fabricate import *
     5from validation_tests.utilities import run_validation_script
    26
     7# Setup the python scripts which produce the output for this
     8# validation test
     9def build():
     10    run_validation_script('channel_SU_sparse.py')
     11    run_validation_script('channel_SU_2plot.py')
    312
     13def clean():
     14    autoclean()
    415
    5 run_validation_script('channel_SU_sparse.py')
    6 run_validation_script('channel_SU_2plot.py')
    7 
     16main()
Note: See TracChangeset for help on using the changeset viewer.