-
Notifications
You must be signed in to change notification settings - Fork 1
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-48282: Use daf_butler subclass for SIAv2Handler with entry point #29
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
==========================================
+ Coverage 82.51% 83.74% +1.22%
==========================================
Files 18 19 +1
Lines 1064 1101 +37
Branches 169 166 -3
==========================================
+ Hits 878 922 +44
+ Misses 161 157 -4
+ Partials 25 22 -3 ☔ View full report in Codecov by Sentry. |
a511bf2
to
5bbc85a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
The entry point label is the relevant butler universe. This provides a way for other butler universes to substitute their own handlers. Add explicit test for get_siav2_handler
243960e
to
91c79b1
Compare
This confuses doc string validators. * numpydoc validation is disabled for this method. * D401 has to be in a different place for ruff and pydocstyle This means RUF100 has to be removed.
1ca3773
to
6c616e2
Compare
This provides a way for other butler universes to substitute their own handlers.
Depends on lsst/daf_butler#1142