Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressbar: switch to tqdm, add description #913

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 16, 2024

  1. switch to tqdm's progressbar by default, but enhance astropy's so it …

    …can also provide a desc
    keflavich committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c4a0617 View commit details
    Browse the repository at this point in the history
  2. astropy progressbar requires more work to support desc; instead, we j…

    …ust silently ignore it
    keflavich committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    cacf448 View commit details
    Browse the repository at this point in the history
  3. np.NaN -> np.nan

    keflavich committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    558f385 View commit details
    Browse the repository at this point in the history
  4. ModuleNotFoundError

    keflavich committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1a3d301 View commit details
    Browse the repository at this point in the history