Skip to content

Commit

Permalink
don't split on whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlsharp committed May 3, 2020
1 parent a23a31c commit 1ef5382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compare50/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class text(Pass):
class exact(Pass):
"""Removes nothing, not even whitespace, then uses the winnowing algorithm to compare submissions."""
default = True
preprocessors = [preprocessors.split_on_whitespace]
preprocessors = []
comparator = comparators.Winnowing(k=25, t=35)


Expand Down

0 comments on commit 1ef5382

Please sign in to comment.