Skip to content

Commit

Permalink
Merge pull request #60 from LSSTDESC/eacharles-patch-1
Browse files Browse the repository at this point in the history
Update point_est_hist.py
  • Loading branch information
drewoldag authored Oct 25, 2023
2 parents 88f1385 + 388d142 commit 678bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rail/estimation/algos/point_est_hist.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PointEstHistSummarizer(PZSummarizer):
seed=Param(int, 87, msg="random seed"),
point_estimate=Param(str, 'zmode', msg="Which point estimate to use"),
nsamples=Param(int, 1000, msg="Number of sample distributions to return"))
input = [('input', QPHandle)]
inputs = [('input', QPHandle)]
outputs = [('output', QPHandle),
('single_NZ', QPHandle)]

Expand Down

0 comments on commit 678bdd0

Please sign in to comment.