Skip to content

Commit

Permalink
fix up pars
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Mar 30, 2022
1 parent 8602bef commit 767313e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyhf/infer/calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def distributions(self, poi_test, track_progress=None):
poi_test,
sample,
self.pdf,
signal_pars,
self.init_pars,
self.par_bounds,
self.fixed_params,
)
Expand All @@ -816,7 +816,7 @@ def distributions(self, poi_test, track_progress=None):
poi_test,
sample,
self.pdf,
bkg_pars,
self.init_pars,
self.par_bounds,
self.fixed_params,
)
Expand Down

0 comments on commit 767313e

Please sign in to comment.