Changeset 8417


Ignore:
Timestamp:
May 2, 2012, 9:59:11 PM (13 years ago)
Author:
steve
Message:

Fiddling with report.tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/report.tex

    r8412 r8417  
    1919Here we collect the results of running our validation tests.
    2020
    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
    3022
    3123%======================
     
    5042\inputresults{Tests/Real_World/Patong}
    5143
     44%======================
     45\appendix
     46%======================
     47%======================
     48\chapter{Adding New Tests}
     49%======================
    5250
     51
     52To 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
     56outputs. In this \TeX{} file, \texttt{report.tex}, add a line
     57\begin{verbatim}
     58\inputresults{Tests/Directory/Name}
     59\end{verbatim}
    5360\end{document}
Note: See TracChangeset for help on using the changeset viewer.