Skip to content

Commit

Permalink
working simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich authored and kratsg committed Mar 18, 2020
1 parent 2a5c86d commit 5479452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def logpdf(self, pars, data):

@pytest.mark.parametrize("qtilde", [True, False])
def test_calculator_distributions_without_teststatistic(qtilde):
calc = pyhf.infer.AsymptoticCalculator(
calc = pyhf.infer.calculators.AsymptoticCalculator(
[0.0], {}, [1.0], [(0.0, 10.0)], qtilde=qtilde
)
with pytest.raises(RuntimeError):
Expand Down

0 comments on commit 5479452

Please sign in to comment.