Closed cekees closed 4 years ago
Merging #1222 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #1222 +/- ##
=======================================
Coverage 52.14% 52.14%
=======================================
Files 528 528
Lines 109012 109012
=======================================
Hits 56847 56847
Misses 52165 52165
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7a7c590...48246df. Read the comment docs.
This is re-enabling a default behavior for boundaries tagged zero or less. That is, skip them. I used a continue statement so this happens at the top level of the loop so there are no calculations or contributions on boundaryFlag < 1.
Mandatory Checklist
Please ensure that the following criteria are met:
As a general rule of thumb, try to follow PEP8 guidelines.
Description