Line | |
---|
1 | The validation report can be generated as a .pdf with: |
---|
2 | > pdflatex report.tex |
---|
3 | or as a html using the program htlatex: |
---|
4 | > htlatex report.tex |
---|
5 | |
---|
6 | We have tried a few other latex2html converters (as of 18/05/2012), but they |
---|
7 | didn't seem to work neatly. |
---|
8 | |
---|
9 | You can run the validation tests using different parameters by making changes |
---|
10 | to the parameters.py file. THis would usually mean changing the flow_algorithm |
---|
11 | parameter. |
---|
12 | |
---|
13 | You need to add the directory containing validation_tests to your PYTHONPATH |
---|
14 | |
---|
15 | Ie |
---|
16 | |
---|
17 | export PYTHONPATH=/home/steve/anuga_core:$PYTHONPATH |
---|
Note: See
TracBrowser
for help on using the repository browser.