We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdb3d4 commit 2e798e8Copy full SHA for 2e798e8
1 file changed
stumpy/core.py
@@ -88,7 +88,7 @@ def non_norm_func(Q, T, A_non_norm):
88
89
@non_normalized(
90
non_norm_func,
91
- exclude=["normalize", "p", "A", "B"],
+ exclude=["normalize", "p", "A_norm", "A_non_norm"],
92
replace={"A_norm": "A_non_norm", "other_norm": None},
93
)
94
def norm_func(Q, T, A_norm=None, other_norm=None, normalize=True, p=2.0):
0 commit comments