I was wondering if we could add `T_subseq_isfinite` to the `stumpy.motifs`. It can then be used in the following block of code in function `_motifs`: ``` query_matches = match( Q, T, M_T=M_T, Σ_T=Σ_T, max_matches=None, max_distance=max_distance, atol=atol, ) ```