We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4274b5b commit a4747e0Copy full SHA for a4747e0
elections/tools/pkg/score/score_fuzz_test.go
@@ -196,10 +196,5 @@ func FuzzScoreRows(f *testing.F) {
196
oldLosers = losers
197
})
198
}
199
-
200
- // To test:
201
- // x The winners, losers, and tie always sum to the candidates
202
- // - When decreasing the winner count, the new losers are always a superset of the old ones.
203
- // - The intersection of the Smith set and the losers is always null
204
205
0 commit comments