Skip to content
Snippets Groups Projects
Commit cdb9a660 authored by RoyStegeman's avatar RoyStegeman
Browse files

replace test input sep_mult -> separate_multiplicative for aesthetic reasons

parent f0efd962
No related branches found
No related tags found
1 merge request!2128move `separate_multiplicative` key outside `sampling` key in runcard
......@@ -75,7 +75,7 @@ def test_no_savepseudodata():
def test_read_matches_recreate():
reads = API.read_fit_pseudodata(fit=PSEUDODATA_FIT)
recreates = API.recreate_fit_pseudodata(fit=PSEUDODATA_FIT, sep_mult=True)
recreates = API.recreate_fit_pseudodata(fit=PSEUDODATA_FIT, separate_multiplicative=True)
for read, recreate in zip(reads, recreates):
# We ignore the absolute ordering of the dataframes and just check
# that they contain identical elements.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment