Skip to content
Snippets Groups Projects
Commit 40b9ef33 authored by Aaron Viets's avatar Aaron Viets
Browse files

calibration testing: Bug fix for plot_transfer_function.py

parent 1ac6c435
No related branches found
No related tags found
No related merge requests found
Pipeline #82531 failed
......@@ -217,7 +217,6 @@ if options.denominator_correction is not None:
denom_corr.append(-1.0 * (before_weight * before + after_weight * after))
else:
denom_corr.append(before_weight * before + after_weight * after)
denom_corr.append(before_weight * before + after_weight * after)
index += 1
# Check if we can add the last value
before_idx = numpy.floor(cadence * index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment