From 7142f0c0c842fc342990ac87a035182662aa29bc Mon Sep 17 00:00:00 2001 From: Lukas Heinrich Date: Thu, 5 Mar 2020 12:33:59 +0100 Subject: [PATCH] working simulation --- tests/test_infer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_infer.py b/tests/test_infer.py index 731d3024c7..46ebd7bb9b 100644 --- a/tests/test_infer.py +++ b/tests/test_infer.py @@ -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):