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/dam_break
Files:
2 edited

Legend:

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

    • Property svn:ignore set to
      .deps
  • trunk/anuga_core/validation_tests/Tests/Simple/dam_break/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
    37
    4 run_validation_script('dam_break.py')
    5 run_validation_script('plot_results.py')
     8# Setup the python scripts which produce the output for this
     9# validation test
     10def build():
     11    run_validation_script('dam_break.py')
     12    run_validation_script('plot_results.py')
    613
     14def clean():
     15    autoclean()
    716
     17main()
    818
    9 
Note: See TracChangeset for help on using the changeset viewer.