eqasim-org / synpp

Synthetic population pipeline code for eqasim
http://www.eqasim.org
MIT License
18 stars 12 forks source link

Example broken: object has no attribute 'reset #63

Closed markusstraub closed 3 years ago

markusstraub commented 3 years ago

The nyc_taxi example crashes because it calls the progress.reset function which is no longer present in the current version of synpp. (See DownloadProgress in download.py).

AttributeError: 'ProgressContext' object has no attribute 'reset'

sebhoerl commented 3 years ago

Thanks, I will have a look. The NYC example is not part if the unit tests, because it is rather large. So things may have changed in the meantime.