Skip to content

Commit 2e798e8

Browse files
authored
Fixed docstring for non_normalized decorator
1 parent 8fdb3d4 commit 2e798e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def non_norm_func(Q, T, A_non_norm):
8888
8989
@non_normalized(
9090
non_norm_func,
91-
exclude=["normalize", "p", "A", "B"],
91+
exclude=["normalize", "p", "A_norm", "A_non_norm"],
9292
replace={"A_norm": "A_non_norm", "other_norm": None},
9393
)
9494
def norm_func(Q, T, A_norm=None, other_norm=None, normalize=True, p=2.0):

0 commit comments

Comments
 (0)