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-46259: Prevent confusing error when deriving dataId from bad exposure/detector combination #1092

Merged
merged 3 commits into from
Oct 9, 2024

Use kwargs for visit system query rather than slow WHERE clause

8f1cede
Select commit
Loading
Failed to load commit list.
Merged

DM-46259: Prevent confusing error when deriving dataId from bad exposure/detector combination #1092

Use kwargs for visit system query rather than slow WHERE clause
8f1cede
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2024 in 0s

89.68% (+0.00%) compared to e212280

View this Pull Request on Codecov

89.68% (+0.00%) compared to e212280

Details

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.68%. Comparing base (e212280) to head (8f1cede).

Files with missing lines Patch % Lines
...on/lsst/daf/butler/direct_butler/_direct_butler.py 80.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1092   +/-   ##
=======================================
  Coverage   89.67%   89.68%           
=======================================
  Files         361      361           
  Lines       47306    47308    +2     
  Branches     9720     9722    +2     
=======================================
+ Hits        42424    42429    +5     
+ Misses       3504     3502    -2     
+ Partials     1378     1377    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.