NNPDF / nnusf

An open source machine learning framework that provides predictions for all-energy neutrino structure functions.
https://nnpdf.github.io/nnusf/
GNU General Public License v3.0
0 stars 0 forks source link

Computation of GLS sum rules broke due to changes in EKO #85

Closed Radonirinaunimi closed 1 year ago

Radonirinaunimi commented 1 year ago

The computation of the GLS sum rule is now broken due to type change in the coupling class of eko.coupling. In particular, at some point the thresholds_ratios was of type MatchingScales now it is a list. Since eko is not a direct dependency its version depends on yadism (which now has to be v0.12.3).

felixhekhorn commented 1 year ago

Just to say that this specific issue at hand is the result of https://github.com/NNPDF/eko/pull/199

Radonirinaunimi commented 1 year ago

Just to say that this specific issue at hand is the result of NNPDF/eko#199

Thanks for pointing this out 😃