-
Notifications
You must be signed in to change notification settings - Fork 8
Add node version filtering for sampling #74
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
Conversation
…andle this parameter
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #74 +/- ##
===============================================
+ Coverage 87.31% 90.54% +3.23%
===============================================
Files 18 18
Lines 867 899 +32
===============================================
+ Hits 757 814 +57
+ Misses 110 85 -25 ☔ View full report in Codecov by Sentry. |
284db31 to
4a958a9
Compare
…successful. Annotate what node dictionaries represent.
derekpierre
left a comment
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.
🎸
|
|
||
| def _validate(self, value): | ||
| try: | ||
| parse(value) |
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.
Nice!
| ), | ||
| ) | ||
|
|
||
| min_version = VersionString( |
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.
We need to update the README to add this optional parameter.
Filed #75 which can be addressed in a separate PR.
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.
Added small note in README for get_ursulas
Type of PR:
Required reviews:
What this does:
Issues fixed/closed:
Closes https://github.com/nucypher/sprints/issues/36.
Why it's needed:
Notes for reviewers: