Skip to content

Commit

Permalink
Use ALT
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jan 17, 2025
1 parent 34373fd commit 99d8007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/live/pycbc_live_combine_single_significance_fits
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ for ifo in args.ifos:
mean_alpha = c[valid].mean() / invalphan.mean()
cons_count = np.percentile(
c[valid],
100 - args.conservative_percentile
args.conservative_percentile
)
cons_invalphan = np.percentile(
invalphan,
Expand Down

0 comments on commit 99d8007

Please sign in to comment.