You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, for testing smart_open (local file part) - it is not enough to run only tests from smart_open, needs to run gensim tests with smart_open from master (so I caught a bug today - hotfix #150).
Need to look at gensim usage of smart_open and add tests according to this behavior (better - something more "general" for all readers/writers, because the tests are rather monotonous).
Right now, for testing
smart_open
(local file part) - it is not enough to run only tests fromsmart_open
, needs to run gensim tests with smart_open frommaster
(so I caught a bug today - hotfix #150).Need to look at
gensim
usage ofsmart_open
and add tests according to this behavior (better - something more "general" for all readers/writers, because the tests are rather monotonous).CC: @mpenkov
The text was updated successfully, but these errors were encountered: