File "/home/travis/build/will-jj/python_weather/tcxWeather.py", line 323, in getForecast self.timeMin.append((np.round((self.deltaTime[x] / timedelta(minutes=1)))).astype(int)) TypeError: unsupported operand type(s) for /: 'datetime.timedelta' and 'datetime.timedelta'
File "/home/travis/build/will-jj/python_weather/tcxWeather.py", line 323, in getForecast self.timeMin.append((np.round((self.deltaTime[x] / timedelta(minutes=1)))).astype(int)) TypeError: unsupported operand type(s) for /: 'datetime.timedelta' and 'datetime.timedelta'