Skip to content

Commit

Permalink
update the test with more physical inits
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Jul 30, 2020
1 parent 44bb785 commit d9f0e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ def test_model_integration_fixed_parameters_shapesys():
],
}
],
'parameters': [{'name': 'uncorr', 'inits': [1.0, 0.0, -1.0], 'fixed': True}],
'parameters': [{'name': 'uncorr', 'inits': [1.0, 2.0, 3.0], 'fixed': True}],
}
model = pyhf.Model(spec, poi_name='mypoi')
assert len(model.config.fixed_pars()) == 5
Expand Down

0 comments on commit d9f0e4c

Please sign in to comment.