We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0649310 commit 4adf07dCopy full SHA for 4adf07d
src/easydynamics/utils/convolution.py
@@ -547,6 +547,8 @@ def _check_width_thresholds(
547
If the component widths are not appropriate for the data span or bin spacing.
548
549
"""
550
+
551
+ # The thresholds are illustrated in performance_tests/convolution/convolution_width_thresholds.ipynb
552
LARGE_WIDTH_THRESHOLD = (
553
0.1 # Threshold for large widths compared to span - warn if width > 10% of span
554
)
0 commit comments