We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a21d0c commit aba3209Copy full SHA for aba3209
1 file changed
bin/all_sky_search/pycbc_fit_sngls_over_multiparam
@@ -419,7 +419,10 @@ if len(parvals) == 1 and args.smoothing_method == 'smooth_tophat':
419
logging.info("Using efficient 1D tophat smoothing")
420
sort = parvals[0].argsort()
421
parvals_0 = parvals[0][sort]
422
-
+ ntotal = ntotal[sort]
423
+ nabove = nabove[sort]
424
+ invalphan = invalphan[sort]
425
+
426
# For each template, find the range of nearby templates which fall within
427
# the chosen window.
428
left = numpy.searchsorted(parvals_0, parvals[0] - args.smoothing_width[0])
0 commit comments