Skip to content

Commit

Permalink
fix small docstring formatting mistakes from prior PR
Browse files Browse the repository at this point in the history
  • Loading branch information
thehrh committed Aug 8, 2024
1 parent 87851f8 commit fae0154
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pisa/utils/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
* ``binning`` can contain different binning definitions, that are then later
referred to from within the ``stage.service`` sections.
* ``stage.service``: one such section per stage.service is necessary. It may
contain the options ``debug_mode``, ``error_method`, ``calc_mode``,
contain the options ``debug_mode``, ``error_method``, ``calc_mode``,
``apply_mode``, which are common to all stages, and must contain all the
necessary arguments and parameters for a given stage.service.
* Duplicate section headers and duplicate keys within a section are illegal.
Expand Down Expand Up @@ -206,10 +206,12 @@
Multiple different param selections are allowed in a single config. In the
default selection they must be separated by commas.
N.B.
+++
++++
Currently, for better or worse, the param selector mechanism requires at least
one stage which contains all of the specified selections.
one stage which contains `all` of the specified selections.
"""

Expand Down

0 comments on commit fae0154

Please sign in to comment.