You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/anaconda3/envs/time/lib/python3.7/site-packages/pandas/core/arrays/timedeltas.py in truediv(self, other)
531 elif lib.is_scalar(other):
532 # assume it is numeric
--> 533 result = self._data / other
534 freq = None
535 if self.freq is not None:
UFuncTypeError: ufunc 'true_divide' cannot use operands with types dtype('<m8[ns]') and dtype('O')
Description
'UFuncTypeError' thrown in the DetrendedFeature function when changing the frequency to months or weeks
Steps/Code to Reproduce
Comment
It works e.g. if I set the frequency to days or hours but not for weeks or months.
Error message
Versions
Darwin-18.7.0-x86_64-i386-64bit
Python 3.7.5 (default, Oct 25 2019, 10:52:18)
[Clang 4.0.1 (tags/RELEASE_401/final)]
NumPy 1.18.0
SciPy 1.4.1
joblib 0.14.1
Scikit-Learn 0.22
giotto-Learn 0.1.3
giotto-time 0.1.0
The text was updated successfully, but these errors were encountered: