This line is probably not needed since we most likely already reflect frequency in range with the loop over cut_par_ids above:
|
sample[x0.idx_log10_fgw] = reflect_into_range(sample[x0.idx_log10_fgw], np.log10(freq_bounds[0]), np.log10(freq_bounds[1])) |
This line is probably not needed since we most likely already reflect frequency in range with the loop over
cut_par_idsabove:QuickCW/QuickCW/QuickCorrectionUtils.py
Line 149 in b565a71