This was found by @scarlehoff, who used
pineappl write ${in_grid} ${out_grid} --delete-bins 1-${bins} --scale 0.0 --set-bins ${left},${right}
to create a new and empty grid with a single bin with limits ${left} and ${right}. This works, but optimizing the grid leads to a panic: https://pastebin.com/AZtFbptU.
This was found by @scarlehoff, who used
to create a new and empty grid with a single bin with limits
${left}and${right}. This works, but optimizing the grid leads to a panic: https://pastebin.com/AZtFbptU.