Skip to content

Make pineparser handle optimized fktables

Emanuele Roberto Nocera requested to merge allow_optfk into master

Created by: andreab1997

Starting from the next release of pineappl (and already for the last pre-releases, e.g. 0.6.a5) the fktable optimizer will perform much better and will remove zero dimensions form the fktable. This means that, for compound datasets, the x_grids of the various raw_fktables will not be the same anymore and so pineappl_reader will crush.

In order to solve this problem, zero entries have been added to the raw_fktables in order to match the bigger of the dimensions between the various compound fktables.

cc: @cschwan

Merge request reports

Loading