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

DM-26620: Catch astropy.time warnings about dubious years #367

Merged
merged 3 commits into from
Sep 5, 2020

Commits on Sep 4, 2020

  1. Catch astropy.time warnings about dubious years

    Any times from more than 5 years in the future will trigger
    warnings when converting between UTC and TAI. Catch the places
    where we are converting to TAI since those warnings are not
    relevant to users (especially when they involve MAX_TIME
    or simulated data from the future).
    timj committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    30e8e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2c177 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    041c795 View commit details
    Browse the repository at this point in the history