Skip to content

Commit 4adf07d

Browse files
Add comment about thresholds
1 parent 0649310 commit 4adf07d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/easydynamics/utils/convolution.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,8 @@ def _check_width_thresholds(
547547
If the component widths are not appropriate for the data span or bin spacing.
548548
549549
"""
550+
551+
# The thresholds are illustrated in performance_tests/convolution/convolution_width_thresholds.ipynb
550552
LARGE_WIDTH_THRESHOLD = (
551553
0.1 # Threshold for large widths compared to span - warn if width > 10% of span
552554
)

0 commit comments

Comments
 (0)