Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Spacy fix - Addresses global spacy model issue and pytest failure #288

Merged
merged 9 commits into from
Sep 16, 2021

Conversation

AbinayaM02
Copy link
Collaborator

@AbinayaM02 AbinayaM02 commented Sep 15, 2021

This PR addresses #209

  • Added a common method to reinitialize global spacy tokenizer.
  • Reinitialized spacy tokenizer after every run of test case (fixes pytest failure).

P.S: All the PR's facing the spacy failure while running the following command,

pytest -s --t=light --s=light

will not face this issue anymore.

TODO: Have disabled "negate_strengthen" and "word_noise" tests for now. Will fix them later.

@AbinayaM02 AbinayaM02 added the bug Something isn't working label Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants