Nonetype error
This fixes the nonetype error it throws when the submitted text is problematic.
Hi @Smyja, have you had time to look into this question I wrote earlier?
Can you add a unit test that breaks before the PR, and is fixed with it?
The typing of
most_similardoesn't actually allowNoneas a valid value forkeys, so I wonder when this comes up. If it happens internally, that might be a bug (and we should raise an error instead of silently continuing). If it's not considered a bug, perhaps we need to expand the typing.
Hi @Smyja, have you had time to look into this question I wrote earlier?
Can you add a unit test that breaks before the PR, and is fixed with it? The typing of
most_similardoesn't actually allowNoneas a valid value forkeys, so I wonder when this comes up. If it happens internally, that might be a bug (and we should raise an error instead of silently continuing). If it's not considered a bug, perhaps we need to expand the typing.
For badly formatted texts, you'd get a nonetype error. Can't get the tests folder to run without failing, I'll keep trying it.
For badly formatted texts, you'd get a nonetype error.
Can you please give an actual code snippet as example?
Closing this due to lack of a response. @Smyja If you are still working on this, feel free to open a new PR - we'd welcome your contribution! :slightly_smiling_face: