Skip to content

Commit 79096a8

Browse files
author
Ikko Eltociear Ashimine
authored
Fixed Typo
lenght -> length
1 parent cb6ca4d commit 79096a8

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
@@ -4270,7 +4270,7 @@ def process_isconstant(T, m, T_subseq_isconstant=None, T_subseq_isfinite=None):
42704270

42714271
if len(T_subseq_isconstant) != T.shape[0]: # pragma: no cover
42724272
msg = (
4273-
"The lenght of the list `T_subseq_isconstant` must be "
4273+
"The length of the list `T_subseq_isconstant` must be "
42744274
+ "equal to the number of time series in `T`."
42754275
)
42764276
raise ValueError(msg)

0 commit comments

Comments
 (0)