-
Notifications
You must be signed in to change notification settings - Fork 26
Restore mode #374
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
Restore mode #374
Conversation
Hello @bashtage! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
with pytest.warns(FutureWarning): | ||
self.setup_bitgenerator([0], mode="sequence") | ||
|
||
def setup_bitgenerator(self, seed, mode=None): |
Check notice
Code scanning / CodeQL
Mismatch between signature and use of an overridden method Note test
call
method TestPCG64XSLRR.setup_bitgenerator
Overridden method signature does not match
call
method TestPCG64XSLRR.setup_bitgenerator
Overridden method signature does not match
call
method TestPCG64XSLRR.setup_bitgenerator
Overridden method signature does not match
call
method TestPCG64XSLRR.setup_bitgenerator
Overridden method signature does not match
call
method TestPCG64XSLRR.setup_bitgenerator
Overridden method signature does not match
call
method TestPCG64DXSM.setup_bitgenerator
Overridden method signature does not match call, where it is passed an argument named 'counter'. Overriding method method TestSquares.setup_bitgenerator matches the call.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #374 +/- ##
==========================================
+ Coverage 89.95% 90.05% +0.09%
==========================================
Files 50 51 +1
Lines 7886 7955 +69
Branches 489 493 +4
==========================================
+ Hits 7094 7164 +70
+ Misses 760 759 -1
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.