NNPDF / pineappl

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

Add realistic test case for `convolute_eko` #122

Closed felixhekhorn closed 1 year ago

felixhekhorn commented 2 years ago

in order to not rely on a manual test (e.g. in pineko) we should add a proper test here, for that we need:

the actual check would then be f(Q0) x (E x G) = f(Q)

this could also be reused for #108

PS: corresponding email thread around Wed, Mar 02, 2022 at 11:27:26AM +0100

cschwan commented 1 year ago

@andreab1997 @AleCandido @felixhekhorn I'm now working on this and using https://github.com/NNPDF/pineko/issues/62 as a test case. By the way, the crate ndarray_npy is very handy to load the EKO.

alecandido commented 1 year ago

By the way, the crate ndarray_npy is very handy to load the EKO.

Good to know, it is one of those we considered for the Rust loader https://github.com/N3PDF/eko/issues/97