Closed markusstraub closed 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).
progress.reset
DownloadProgress
download.py
AttributeError: 'ProgressContext' object has no attribute 'reset'
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.
The nyc_taxi example crashes because it calls the
progress.reset
function which is no longer present in the current version of synpp. (SeeDownloadProgress
indownload.py
).AttributeError: 'ProgressContext' object has no attribute 'reset'