icecube / pisa

Monte Carlo-based data analysis
http://icecube.github.io/pisa/
Apache License 2.0
19 stars 47 forks source link

Apply small fixes to (mostly) docstrings of `config_parser` module and extend unit test #794

Closed thehrh closed 1 month ago

thehrh commented 1 month ago

Our possibly best documentation of the expected pipeline configuration format is the module's docstring, which contains several small mistakes and is outdated or incomplete in several places (see https://icecube.github.io/pisa/pisa.utils.html#module-pisa.utils.config_parser).

There also seems to be the same small bug in two methods of PISAConfigParser:

thehrh commented 1 month ago

See https://github.com/icecube/pisa/issues/45