Last change
on this file since 8802 was
8802,
checked in by mungkasi, 12 years ago
|
New bibliography and adding produce_report in the anuga_validation_tests folder.
|
File size:
259 bytes
|
Line | |
---|
1 | #! /usr/bin/python |
---|
2 | |
---|
3 | |
---|
4 | __author__="stephen" |
---|
5 | __date__ ="$20/08/2012 11:20:00 PM$" |
---|
6 | |
---|
7 | |
---|
8 | def run_validation_script(script): |
---|
9 | from fabricate import run |
---|
10 | from validation_tests.parameters import alg,cfl |
---|
11 | run('python', script, '-alg', alg, '-cfl', cfl) |
---|
12 | |
---|
13 | |
---|
14 | |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.