-
Notifications
You must be signed in to change notification settings - Fork 150
use oneunit, not one, to preserve type in single_seed #665
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #665 +/- ##
==========================================
- Coverage 89.65% 86.59% -3.07%
==========================================
Files 11 10 -1
Lines 967 895 -72
==========================================
- Hits 867 775 -92
- Misses 100 120 +20
☔ View full report in Codecov by Sentry. |
Bump |
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 to me. If possible, it would be good to add a test.
@longemen3000 maybe you can help coming up with a simple test? |
maybe using an stripped down version of the |
I have some interest in seeing this work completed. Is the proposed test approach acceptable? |
It seems reasonable to me. |
Not sure how to implement the tests though... @longemen3000 do you have the time to complete this? 🙏 |
Fixes #651
This change is also required by #664, so if that PR is accepted then it supersedes this PR.