ytree-project / ytree

A yt-based merger-tree code.
Other
15 stars 10 forks source link

Update progress bars for change in yt progress bar. #75

Closed brittonsmith closed 3 years ago

brittonsmith commented 3 years ago

After yt switched from the vendored version of tqdm to an external dependency, the progress bars no longer support passing the increment to update instead of the count. This fixes the progress bars to comply to that.

PR Summary

PR Checklist