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-44009: Trap case on ingest where end time is before exposure begin time #482

Merged
merged 7 commits into from
Apr 29, 2024

Commits on Apr 29, 2024

  1. Refresh pre-commit

    timj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2c5f9dd View commit details
    Browse the repository at this point in the history
  2. Replace % formatting

    timj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e6e8a48 View commit details
    Browse the repository at this point in the history
  3. Add UP to ruff checks

    timj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b77ffcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f55c338 View commit details
    Browse the repository at this point in the history
  5. Modernize the checkout action

    timj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7c13f4e View commit details
    Browse the repository at this point in the history
  6. Create new butler for each ingest test

    The order the tests ran could lead to errors where a previous
    test has already defined an exposure record. A new butler has
    to be created each time to ensure that there is a clean slate
    of exposure dimension records regardless of test order.
    timj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9fbe64b View commit details
    Browse the repository at this point in the history
  7. Trap case where end time of exposure is before begin time

    This happens with bad FITS headers. Force the time to be the begin
    time instead.
    timj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7c9d82d View commit details
    Browse the repository at this point in the history