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-48282: Use daf_butler subclass for SIAv2Handler with entry point #29

Merged
merged 10 commits into from
Jan 21, 2025

Conversation

timj
Copy link
Member

@timj timj commented Jan 10, 2025

This provides a way for other butler universes to substitute their own handlers.

Depends on lsst/daf_butler#1142

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 91.89189% with 6 lines in your changes missing coverage. Please review.

Project coverage is 83.74%. Comparing base (ebbe7df) to head (6c616e2).
Report is 11 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
python/lsst/dax/obscore/siav2.py 92.30% 1 Missing and 2 partials ⚠️
python/lsst/dax/obscore/plugins.py 90.00% 1 Missing and 1 partial ⚠️
python/lsst/dax/obscore/obscore_exporter.py 87.50% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

@timj timj force-pushed the tickets/DM-48282 branch from a511bf2 to 5bbc85a Compare January 13, 2025 23:30
Copy link
Contributor

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

python/lsst/dax/obscore/plugins.py Show resolved Hide resolved
python/lsst/dax/obscore/siav2.py Show resolved Hide resolved
@timj timj force-pushed the tickets/DM-48282 branch 2 times, most recently from 243960e to 91c79b1 Compare January 18, 2025 01:08
timj added 3 commits January 21, 2025 14:17
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.
@timj timj force-pushed the tickets/DM-48282 branch from 1ca3773 to 6c616e2 Compare January 21, 2025 21:17
@timj timj merged commit d1a357d into main Jan 21, 2025
17 checks passed
@timj timj deleted the tickets/DM-48282 branch January 21, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants