From 565a8493091c9b60ccac23b1f507d5a1101b26c9 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Thu, 3 Apr 2014 15:13:30 -0400 Subject: [PATCH] added a few more suggestions when adding new tests --- docs/source/devguide/workflow.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/devguide/workflow.rst b/docs/source/devguide/workflow.rst index 11b6f69321..7a955f97d8 100644 --- a/docs/source/devguide/workflow.rst +++ b/docs/source/devguide/workflow.rst @@ -152,9 +152,14 @@ a test you need to add the following files to your new test directory, take an argument to overwrite which statepoint file is processed, whether it is at a different batch or with an HDF5 extension. This script must output a results file that is named *results_test.dat*. + It is recommended that any real numbers reported use *12.6E* format. * **results_true.dat** - ASCII file that contains the expected results from the test. The file *results_test.dat* is compared to this file - during the execution of the python test driver script. + during the execution of the python test driver script. When the + above files have been created, generate a *results_test.dat* file and + copy it to this name and commit. It should be noted that this file + should be generated with basic compiler options during openmc + configuration and build (e.g., no MPI/HDF5, no debug/optimization). In addition to this description, please see the various types of tests that are already included in the test suite to see how to create them. If all is