You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing #337 I saw that pineappl_grid_new2 isn't completely general: we assume that there's always only one scale present. With that we also don't support general scales like ScaleFuncForm::QuadraticSum. This will require changing the parameters of pineappl_grid_new2 and therefore we must do that before releasing PineAPPL 1.0.
Furthermore, we should mark all functions deprecated that aren't needed any more.
The text was updated successfully, but these errors were encountered:
Yes, I was planning to address this in #341. But if you would like to fix it soonish, that'd also be really great as that PR I'll be doing a bit slowly.
While reviewing #337 I saw that
pineappl_grid_new2
isn't completely general: we assume that there's always only one scale present. With that we also don't support general scales likeScaleFuncForm::QuadraticSum
. This will require changing the parameters ofpineappl_grid_new2
and therefore we must do that before releasing PineAPPL 1.0.Furthermore, we should mark all functions deprecated that aren't needed any more.
The text was updated successfully, but these errors were encountered: