Skip to content

Commit

Permalink
fix again ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
reality committed Aug 12, 2022
1 parent eee5e03 commit 0f11428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klarigi/src/main/groovy/klarigi/StepDown.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class StepDown {
static def CalculateOI(c, cid, data, candidates, threads, total) {
def contributingEf = candidates
if(!total) {
candidates = candidates.findAll { it.nInclusion <= c.MAX_INCLUSION && it.nExclusion <= c.MAX_EXCLUSION }
contributingEf = contributingEf.findAll { it.nInclusion <= c.MAX_INCLUSION && it.nExclusion <= c.MAX_EXCLUSION }
}

def covered = 0 // new AtomicInteger(0)
Expand Down

0 comments on commit 0f11428

Please sign in to comment.