Changeset 8417
- Timestamp:
- May 2, 2012, 9:59:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/report.tex
r8412 r8417 19 19 Here we collect the results of running our validation tests. 20 20 21 \section{Adding New Tests} 22 To setup a new validation test, create a test directory under the 23 \textsc{Tests} directory. In that directory there should be the test code, a 24 \TeX{} file \texttt{results.tex} and a python script 25 \texttt{produce\_results.py}, which runs the simulation and produces the 26 outputs. In this \TeX{} file, \texttt{report.tex}, add a line 27 \begin{verbatim} 28 \inputresults{Tests/Directory/Name} 29 \end{verbatim} 21 30 22 31 23 %====================== … … 50 42 \inputresults{Tests/Real_World/Patong} 51 43 44 %====================== 45 \appendix 46 %====================== 47 %====================== 48 \chapter{Adding New Tests} 49 %====================== 52 50 51 52 To setup a new validation test, create a test directory under the 53 \textsc{Tests} directory. In that directory there should be the test code, a 54 \TeX{} file \texttt{results.tex} and a python script 55 \texttt{produce\_results.py}, which runs the simulation and produces the 56 outputs. In this \TeX{} file, \texttt{report.tex}, add a line 57 \begin{verbatim} 58 \inputresults{Tests/Directory/Name} 59 \end{verbatim} 53 60 \end{document}
Note: See TracChangeset
for help on using the changeset viewer.