From dd4023e20a4631138fa0b4f628952e2f00558f90 Mon Sep 17 00:00:00 2001 From: Wolfgang Kerzendorf Date: Thu, 23 Aug 2018 11:57:31 +0200 Subject: [PATCH] fix documentation --- docs/workflow/update_refdata.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/workflow/update_refdata.rst b/docs/workflow/update_refdata.rst index c7b3ff1f4d7..48fb9ae3564 100644 --- a/docs/workflow/update_refdata.rst +++ b/docs/workflow/update_refdata.rst @@ -16,7 +16,9 @@ PR open. #. Rerun the tests and see if it does not fail using .. code-block:: None + python setup.py test --args="--tardis-refdata=" + #. Switch to tardis-refdata. Commit the changed ref-data and open a PR on tardis-refdata #. Make a copy of the refdata comparer notebook provided in TARDIS-refdata to check if there are any unexpected changes in the updated reference data and the previous reference data @@ -40,4 +42,4 @@ PR open. - if [[ $TEST_MODE == 'spectrum' ]]; then git checkout origin/master; fi``` #. Then make sure that your TARDIS PR passes again. #. Then merge your PR to TARDIS master -#. Congratulations - you updated TARDIS to be better. Have a beer and steak (or Tofu if you are vegetarian/vegan) \ No newline at end of file +#. Congratulations - you updated TARDIS to be better. Have a beer and steak (or Tofu if you are vegetarian/vegan)