obskyr / pycs

Python Chat Statistics. Generates web pages and stats based on your (or your IRC bot's) IRC logs. Easily scheduled!
http://obskyr.github.io/pycs/
10 stars 4 forks source link

Test swear counting vs. old swear counting #7

Closed obskyr closed 11 years ago

obskyr commented 11 years ago

See if the old swear count matches anything the new doesn't, and perhaps modify the new.

obskyr commented 11 years ago

Finally went through with it. Turns out the old swear counting was counting several single swears as multiple swears due to the way it handled iteration through words. New swear count instead only counts every swear once, which it is supposed to.

Have a screenshot of the test for posterity!

Yeah, I'm pretty good at making tests. B) (Left is old, right is new)