nat1881 / cltk

The Classical Language Toolkit
http://cltk.org
MIT License
2 stars 0 forks source link

test_sentence_tokenizer_french fails on maxDiff #1

Open diyclassics opened 7 years ago

diyclassics commented 7 years ago

re: lines

self.assertEqual(tokenized_sentences, target)
assert_equal.__self__.maxDiff = None

I think that these lines need to be switched to work properly. Also, you can use the following syntax for maxDiff: self.maxDiff = None

cc: @mlj