Hello
I´m working with the stumpy.ostinato algorithm to find consensus motifs. I'm creating a method wherein some subsequences of the timeseries provided to ostinato should not be taken into account. Is that the purpose of Ts_subseq_isconstant parameter?
I´m trying to read the code of the ostinato implementation, but I cannot completely understand what is the purpose of Ts_subseq_isconstant parameter, and also an example using this parameter is not given. Could you help me?