RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.11k stars 240 forks source link

Failing on Python 2.7 - imports #61

Closed RJT1990 closed 7 years ago

RJT1990 commented 7 years ago

Two things to fix:

(1) Recursive imports

(2) GASModels

Are importing an old file (gasmodels) - needs to be removed

RJT1990 commented 7 years ago

This appears to be resolved now, so closing.