You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Choice of bandwidth parameter has lead to only {len(filtered_data)} remaining datapoints. Consider increasing the bandwidth parameter.", # noqa: E501
Copy file name to clipboardExpand all lines: causalpy/experiments/regression_kink.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@
17
17
"""
18
18
19
19
importwarnings# noqa: I001
20
-
fromtypingimportUnion
21
20
22
21
23
22
frommatplotlibimportpyplotasplt
@@ -75,6 +74,7 @@ def __init__(
75
74
warnings.warn(
76
75
f"Choice of bandwidth parameter has lead to only {len(filtered_data)} remaining datapoints. Consider increasing the bandwidth parameter.", # noqa: E501
0 commit comments