Parameter `T_subseq_isconstant` in `core.process_isconstant` should be set to `None` as default
Closed this issue · 3 comments
NimaSarajpoor commented
The docstring says:
T_subseq_isconstant : numpy.ndarray, function, or list, default None
However, the parameter is not set to None.
seanlaw commented
@NimaSarajpoor Perhaps we should update the docstring and remove , default None?
NimaSarajpoor commented
This function returns T_subseq_isconstant and thus, it may make sense to allow users to only pass T and m (and nothing else) if they want to capture constant subsequences.
So, I think we just set it to None as default. What do you think?
seanlaw commented
@NimaSarajpoor That sounds fine. Change it and run the tests again to see if anything breaks