-
Notifications
You must be signed in to change notification settings - Fork 52
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
[FIX] handle case when dummy_scans is 0 #438
Conversation
- add tests to check expected behavior
Best reviewed: commit by commit
Optimal code review plan (1 warning)
|
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.
Sorry, I did not think that zero would be evaluated to False
. Just an stylistic nitpick.
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
==========================================
- Coverage 59.93% 54.84% -5.09%
==========================================
Files 57 42 -15
Lines 5443 4801 -642
Branches 643 644 +1
==========================================
- Hits 3262 2633 -629
+ Misses 2138 2049 -89
- Partials 43 119 +76
Continue to review full report at Codecov.
|
style change Co-Authored-By: Oscar Esteban <code@oscaresteban.es>
LGTM. Obviously correct, so I'm +1 for merging without waiting on tests. |
fixes #437
adds tests to confirm functionality.