Skip to content

Commit

Permalink
Update src/yadmark/benchmark/external/apfelpy_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Candido <candido.ale@gmail.com>
  • Loading branch information
giacomomagni and alecandido committed Nov 20, 2023
1 parent 823a0b1 commit 374d39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yadmark/benchmark/external/apfelpy_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def map_apfelpy_sf(init, observables, fns):
if observables["prDIS"] == "CC":
if PROJECTILE_PIDS[observables["ProjectileDIS"]] > 0:
return MAP_ZM_CC
return ValueError(f"{observables['ProjectileDIS']} not available in Apfel++")
raise ValueError(f"{observables['ProjectileDIS']} not available in Apfel++")

if fns == "ZM-VFNS":
return MAP_ZM_NC
Expand Down

0 comments on commit 374d39c

Please sign in to comment.