Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Oct 13, 2024
1 parent b7d3d95 commit 4182b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pyhf/test_pyhf_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_nll_from_pyhf_simple():
nll = zpyhf.loss.nll_from_pyhf(data, pdf)

minimizer = zfit.minimize.Minuit(verbosity=7)
# resultz = minimizer.minimize(nll)
resultz = minimizer.minimize(nll)

values, fmin = pyhf.infer.mle.fit(
data, pdf, pdf.config.suggested_init(), pdf.config.suggested_bounds(), return_fitted_val=True
Expand Down

0 comments on commit 4182b40

Please sign in to comment.