will-jj / python_weather

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Python 2 Does not Offer Required TimeDelta Functionality #2

Closed will-jj closed 6 years ago

will-jj commented 7 years ago

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'

will-jj commented 6 years ago

Closing as python 2 functionality will not be considered