Skip to content

Commit 319849d

Browse files
committed
Fixed long docstring line
1 parent 08d2659 commit 319849d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stumpy/gpu_mpdist.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
def gpu_mpdist(T_A, T_B, m, percentage=0.05, k=None, device_id=0):
1313
"""
14-
Compute the z-normalized matrix profile distance (MPdist) measure between any two time series with one or more GPU devices
14+
Compute the z-normalized matrix profile distance (MPdist) measure between any two
15+
time series with one or more GPU devices
1516
1617
The MPdist distance measure considers two time series to be similar if they share
1718
many subsequences, regardless of the order of matching subsequences. MPdist

0 commit comments

Comments
 (0)