Skip to content

Commit

Permalink
Update n3fit/src/n3fit/tests/test_evolven3fit.py
Browse files Browse the repository at this point in the history
Co-authored-by: Juan M. Cruz-Martinez <juacrumar@lairen.eu>
  • Loading branch information
RoyStegeman and scarlehoff committed Apr 8, 2024
1 parent 08a8b8e commit c3eee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/tests/test_evolven3fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_utils():
np.testing.assert_allclose(my_PDF.xfxQ2(pid, x, q20), x * (1.0 - x))
# Testing read_runcard
runcard = utils.read_runcard(REGRESSION_FOLDER)
assert runcard["description"] == "evolven3fit utils test"
assert isinstance(runcard["description"], str)
assert runcard["datacuts"]["t0pdfset"] == "NNPDF40_nnlo_as_01180"
# Testing get_theoryID_from_runcard
ID = utils.get_theoryID_from_runcard(REGRESSION_FOLDER)
Expand Down

0 comments on commit c3eee98

Please sign in to comment.