Skip to content

Commit

Permalink
remove FONLLParts=full from yadbox inputcard
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Oct 10, 2023
1 parent c60ecfc commit bb150a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/yadbox/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def test_pineappl_sf(tmp_path: pathlib.Path):
"F2_light": [{"x": 0.1, "Q2": 10.0}],
"F2_total": [{"x": 0.2, "Q2": 20.0}],
}
# TODO: move this to banana
theory_card["FONLLParts"] = "full"
out = run_yadism(theory_card, oo)
dump_pineappl_to_file(out, pl, "F2_light")
# try read
Expand All @@ -37,8 +35,6 @@ def test_pineappl_xs(tmp_path: pathlib.Path):
oo["observables"] = {
"XSCHORUSCC": [{"x": 0.1, "Q2": 10.0, "y": 0.3}],
}
# TODO: move this to banana
theory_card["FONLLParts"] = "full"
out = run_yadism(theory_card, oo)
dump_pineappl_to_file(out, pl, "XSCHORUSCC")
# try read
Expand Down

0 comments on commit bb150a1

Please sign in to comment.