Skip to content

Commit

Permalink
fix up pars
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Jun 18, 2024
1 parent b668ec9 commit 799a7ae
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 @@ -803,7 +803,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 @@ -820,7 +820,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 799a7ae

Please sign in to comment.