NNPDF / pineappl

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

Do not show scale-variation uncertainties when NLO log grids are not present #46

Closed cschwan closed 1 year ago

cschwan commented 4 years ago

In this case the uncertainties are wrong.

cschwan commented 3 years ago

In general this isn't possible, because we can't reliably detect what LO and NLO is.

felixhekhorn commented 2 years ago

In general this isn't possible, because we can't reliably detect what LO and NLO is.

that doesn't seem correct: you can determine what NLO is: a order is NLO if and only if there exists an other order with exactly one lower power of coupling (either a_s or a_em)

cschwan commented 2 years ago

@felixhekhorn I was thinking of the possibility that one can store LOs and NLOs in separate grids, but after thinking about it that's a special case that we don't want to support. I'm going to change the CLI accordingly:

cschwan commented 1 year ago

The CLI's convolute no longer show scale uncertainties, which is the job of uncert now. For this command the user must explicitly require scale uncertainties, and in this case we can assume they know what they're doing. I'm closing this Issue.