Skip to content

Commit

Permalink
fix closure test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Dec 23, 2024
1 parent 1453465 commit 692e6d4
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions doc/sphinx/source/tutorials/closuretest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,7 @@ we would choose that the t0 set was the same as the underlying law:
Finally we need to specify whether or not MC replicas will be generated in the
fit, differentiating between a level 1 and level 2 closure test. This can be achieved
by setting ``genrep`` under ``fitting`` to be ``True``

.. code:: yaml
fitting:
...
genrep : True
...
by setting ``genrep`` to be ``True``

Summary for each level of closure test
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -121,10 +113,7 @@ Level 0

.. code:: yaml
fitting:
...
genrep : False
...
genrep : False
closuretest:
...
fakedata : True
Expand All @@ -136,10 +125,7 @@ Level 1

.. code:: yaml
fitting:
...
genrep : False
...
genrep : False
closuretest:
...
fakedata : True
Expand All @@ -151,10 +137,8 @@ Level 2
^^^^^^^

.. code:: yaml
fitting:
...
genrep : True
...
genrep : True
closuretest:
...
fakedata : True
Expand Down

0 comments on commit 692e6d4

Please sign in to comment.