Skip to content

Commit

Permalink
Update src/org/rascalmpl/library/lang/rascal/tests/concrete/recovery/…
Browse files Browse the repository at this point in the history
…RecoveryTestSupport.rsc

Co-authored-by: sungshik <[email protected]>
  • Loading branch information
PieterOlivier and sungshik authored Oct 15, 2024
1 parent 3877bcd commit fc48b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void printFrequencyTableStats(str label, FrequencyTable frequencyTable, str unit
total += val*count;
if ((val != 0 || !ignoreZero) && count > medianCount) {
if (!(val == 0 && ignoreZero) && count > medianCount) {
medianCount = count;
median = val;
}
Expand Down

0 comments on commit fc48b50

Please sign in to comment.