Skip to content

Commit

Permalink
result call for trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Oct 29, 2020
1 parent d5c0427 commit 6a8f72e
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 @@ -595,7 +595,7 @@ def distributions(self, poi_test, track_progress=None):
signal_pars,
self.par_bounds,
self.fixed_params,
)
).result()
)

bkg_teststat = []
Expand All @@ -609,7 +609,7 @@ def distributions(self, poi_test, track_progress=None):
bkg_pars,
self.par_bounds,
self.fixed_params,
)
).result()
)

s_plus_b = EmpiricalDistribution(tensorlib.astensor(list(signal_teststat)))
Expand Down

0 comments on commit 6a8f72e

Please sign in to comment.