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
this isn't always true, right? Compass at least is muon scattering ... yadism and the whole of NNPDF is actually completely lepton-blind, so maybe it is not important, but I believe you can just do an simple `if` similar to the one above
obs["ProjectileDIS"] = "muon" if "_mup_" in str(src_path.stem) or blub or bla else "electron"
Originally posted by @felixhekhorn in #232 (comment)
yadism/src/yadism/coefficient_functions/coupling_constants.py
Lines 346 to 354 in 99d3534
Originally posted by @giacomomagni in #232 (comment)
the answer to the last question is: it won't - let's fix that;
note that
"electron"
there gets translated to 11 and then later there are a few more of those in the code e.g. here:yadism/src/yadism/coefficient_functions/kernels.py
Line 142 in 99d3534
a relevant function may be
is_left_handed_lepton
The text was updated successfully, but these errors were encountered: