Skip to content

ASCII-format optimisations

Christian Gutschow requested to merge new_ascii_format into main

Removes lower/upper/discrete edge columns in favour of in-row list of edges (one row per axis). Same for list of error sources (for Estimates).

Solves issues when parsing discrete axis where the bin edges are elaborate LaTeX strings with spaces and possibly quotation marks within the string.

Existing in-row list of indices corresponding to masked bins no longer a "comment row".

See docs for examples.

Also adds support for initializer_listss in the BinnedDbn/BinnedEstimate and Axis constructors.

Edited by Christian Gutschow

Merge request reports