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-31924: Add RegistryField machinery for dynamic defaults. #97

Merged
merged 1 commit into from Apr 27, 2023

Conversation

TallJimbo
Copy link
Member

@TallJimbo TallJimbo commented Apr 18, 2023

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Patch coverage: 90.00% and project coverage change: +0.08 🎉

Comparison is base (9c140cc) 85.10% compared to head (e83267f) 85.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   85.10%   85.18%   +0.08%     
==========================================
  Files          46       46              
  Lines        3599     3612      +13     
==========================================
+ Hits         3063     3077      +14     
+ Misses        536      535       -1     
Impacted Files Coverage Δ
python/lsst/pex/config/registry.py 84.61% <83.33%> (+0.77%) ⬆️
tests/test_registry.py 96.62% <100.00%> (+1.56%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@parejkoj parejkoj left a comment

Choose a reason for hiding this comment

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

It's not obvious to me how this would be used or how it relates to the other code on this ticket.

@@ -262,24 +267,63 @@ def _getTargets(self):

targets = property(_getTargets)

def apply(self, *args, **kw):
"""Call the active target(s) with the active config as a keyword arg
def apply(self, *args, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you for this.

@TallJimbo TallJimbo merged commit 991ed79 into main Apr 27, 2023
9 checks passed
@TallJimbo TallJimbo deleted the tickets/DM-31924 branch April 27, 2023 01:55
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.

None yet

2 participants