diff --git a/stumpy/aamp_stimp.py b/stumpy/aamp_stimp.py index fb7007f7b..bdd8ea5a4 100644 --- a/stumpy/aamp_stimp.py +++ b/stumpy/aamp_stimp.py @@ -67,7 +67,7 @@ class _aamp_stimp: m_stop : int, default None The stopping (or maximum) subsequence window size for which a matrix profile - may be computed. When `m_stop = Non`, this is set to the maximum allowable + may be computed. When `m_stop = None`, this is set to the maximum allowable subsequence window size m_step : int, default 1 @@ -380,7 +380,7 @@ class aamp_stimp(_aamp_stimp): m_stop : int, default None The stopping (or maximum) subsequence window size for which a matrix profile - may be computed. When `m_stop = Non`, this is set to the maximum allowable + may be computed. When `m_stop = None`, this is set to the maximum allowable subsequence window size m_step : int, default 1 @@ -506,7 +506,7 @@ class aamp_stimped(_aamp_stimp): m_stop : int, default None The stopping (or maximum) subsequence window size for which a matrix profile - may be computed. When `m_stop = Non`, this is set to the maximum allowable + may be computed. When `m_stop = None`, this is set to the maximum allowable subsequence window size m_step : int, default 1 diff --git a/stumpy/gpu_aamp_stimp.py b/stumpy/gpu_aamp_stimp.py index 2315f0e27..665a54d17 100644 --- a/stumpy/gpu_aamp_stimp.py +++ b/stumpy/gpu_aamp_stimp.py @@ -23,7 +23,7 @@ class gpu_aamp_stimp(_aamp_stimp): m_stop : int, default None The stopping (or maximum) subsequence window size for which a matrix profile - may be computed. When `m_stop = Non`, this is set to the maximum allowable + may be computed. When `m_stop = None`, this is set to the maximum allowable subsequence window size m_step : int, default 1 diff --git a/stumpy/gpu_stimp.py b/stumpy/gpu_stimp.py index c5ccdcf02..5f96f4ad2 100644 --- a/stumpy/gpu_stimp.py +++ b/stumpy/gpu_stimp.py @@ -30,7 +30,7 @@ class gpu_stimp(_stimp): max_m : int, default None The stopping (or maximum) subsequence window size for which a matrix profile - may be computed. When `m_stop = Non`, this is set to the maximum allowable + may be computed. When `m_stop = None`, this is set to the maximum allowable subsequence window size step : int, default 1 diff --git a/stumpy/stimp.py b/stumpy/stimp.py index 75a5d43ed..1ad8391df 100644 --- a/stumpy/stimp.py +++ b/stumpy/stimp.py @@ -56,7 +56,7 @@ class _stimp: max_m : int, default None The stopping (or maximum) subsequence window size for which a matrix profile - may be computed. When `max_m = Non`, this is set to the maximum allowable + may be computed. When `max_m = None`, this is set to the maximum allowable subsequence window size step : int, default 1 @@ -397,7 +397,7 @@ class stimp(_stimp): max_m : int, default None The stopping (or maximum) subsequence window size for which a matrix profile - may be computed. When `max_m = Non`, this is set to the maximum allowable + may be computed. When `max_m = None`, this is set to the maximum allowable subsequence window size step : int, default 1 @@ -571,7 +571,7 @@ class stimped(_stimp): max_m : int, default None The stopping (or maximum) subsequence window size for which a matrix profile - may be computed. When `max_m = Non`, this is set to the maximum allowable + may be computed. When `max_m = None`, this is set to the maximum allowable subsequence window size step : int, default 1