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

Add subset functionality #45

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add subset functionality #45

wants to merge 3 commits into from

Conversation

cthoyt
Copy link
Owner

@cthoyt cthoyt commented Feb 19, 2023

BaseResolver.subresolver() allows for the resolver to be subsetted based on a list of keys. This might be useful for HPO scenarios.

`BaseResolver.subresolver()` allows for the resolver to be subsetted based on a list of keys. This might be useful for HPO scenarios.
@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2023

Codecov Report

Merging #45 (896b42c) into main (bbb9cb3) will decrease coverage by 0.51%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main      #45      +/-   ##
==========================================
- Coverage   98.13%   97.63%   -0.51%     
==========================================
  Files          11       11              
  Lines         376      381       +5     
  Branches       62       63       +1     
==========================================
+ Hits          369      372       +3     
- Misses          3        5       +2     
  Partials        4        4              
Impacted Files Coverage Δ
src/class_resolver/base.py 95.90% <81.81%> (-1.40%) ⬇️
src/class_resolver/func.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cthoyt cthoyt marked this pull request as ready for review February 19, 2023 20:07
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