NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
12 stars 3 forks source link

Strip empty `(muf2, mur2)` entries in subgrids with dynamic scales #121

Closed cschwan closed 2 years ago

cschwan commented 2 years ago

When we generate grids using https://github.com/NNPDF/runcards with a proper dynamic scale choice - that means a scale prescription that has more than one value for each subgrid - we keep the full scale information in the optimized subgrids. This is not a problem as far as storage is concerned, but we can not see which scale values are 'empty' and which are 'filled'. This is a problem

cschwan commented 2 years ago

Implemented in commit a80529b8d28967873491831b244e24997eca2451 for the conversion of LagrangeSubgridV2 to ImportOnlySubgridV1.