-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Revert "Spelling checker has been modified" #75
Conversation
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 1.12%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
…grammar check score was computed.
0e1bc54
to
7dff6c2
Compare
…as the library returned different results since its been upgraded.
…ng related tests by updating the data, as expected results changed
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #75 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 498 498
Branches 74 74
=========================================
Hits 498 498
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
…oth pinned to this version to check if they work fine across the board
… swifter has issues with certain versions of pandas
6219e04
to
677707d
Compare
…de encoding to utf-8
260b648
to
05f4136
Compare
… encoding to utf-8
Merging for now, will review windows report writing error caused due to unicode encoding via a separate issue |
Reverts #71
Reverting spell check to previous spell check as the new one introduced does not catch the previously incorrectly spelt words. Need to review further before re-appling this check.