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-44362: Fix unit test for spatial overlaps #1032

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    2798c1d View commit details
    Browse the repository at this point in the history
  2. Fix unit test for spatial overlaps (DM-44362)

    Using non-common skypix is going to be deprecated in favor of a
    direct use of regions. New query system raises NotImplementedError
    for non-common skypix, this patch replaces that exception with
    a new exception class to support exception propagation from remote
    butler to client.
    
    `test_skypix_constraint_queries` unit test is updated to handle
    exceptions from the new query system. When direct butler switches
    to the new query system, that test can be removed or changed to
    always expect the exceptions.
    andy-slac committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    61684c3 View commit details
    Browse the repository at this point in the history