Skip to content

Commit b4c56a0

Browse files
committed
Add note to docstring for case p=np.inf
1 parent 3c79603 commit b4c56a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stumpy/core.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,10 @@ def _p_norm_distance_profile(Q, T, p=2.0):
12511251
-------
12521252
output : numpy.ndarray
12531253
p-normalized distance profile between `Q` and `T`
1254+
1255+
Notes
1256+
-----
1257+
The special case `p==inf` is not supported.
12541258
"""
12551259
m = Q.shape[0]
12561260
l = T.shape[0] - m + 1

0 commit comments

Comments
 (0)