Deprecate `log` field in configuration files. by desilinguist · Pull Request #705 · EducationalTestingService/skll
Navigation Menu
{{ message }}
EducationalTestingService / skll Public
- Notifications You must be signed in to change notification settings
- Fork 67
Merged
Deprecate log field in configuration files. #705
desilinguist merged 3 commits intomainfrom
Deprecate log field in configuration files. #705
desilinguist merged 3 commits intomainfrom
Conversation
Copy link
Collaborator
desilinguist
commented
Dec 8, 2021
desilinguist
commented
This PR closes #671.
- Remove temporary workaround to allow
loginstead oflogsin the config files. - Update relevant test to check for an error instead of a warning.
- Update all other tests that still relied on
logfield.
desilinguist added 3 commits
December 8, 2021 11:45- The test that uses `log` in the config file should now raise a KeyError instead of a warning.
desilinguist
requested review from
a user,
Frost45,
damien2012eng and
mulhod
Copy link
Codecov Report
Merging #705 (48c48c7) into main (f116e57) will decrease coverage by
0.00%.
The diff coverage is100.00%.
@@ Coverage Diff @@ ## main #705 +/- ## ========================================== - Coverage 96.89% 96.89% -0.01% ========================================== Files 63 63 Lines 9213 9199 -14 ========================================== - Hits 8927 8913 -14 Misses 286 286
| Impacted Files | Coverage Δ | |
|---|---|---|
| skll/config/__init__.py | 95.13% <ø> (-0.16%) |
⬇️ |
| tests/test_classification.py | 100.00% <ø> (ø) |
|
| tests/test_output.py | 100.00% <ø> (ø) |
|
| tests/test_input.py | 99.80% <100.00%> (-0.01%) |
⬇️ |
| tests/test_regression.py | 99.64% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update f116e57...48c48c7. Read the comment docs.
mulhod approved these changes Dec 8, 2021
ghost approved these changes Dec 8, 2021
desilinguist
merged commit
47175c8
into
main
desilinguist
deleted the
671-deprecate-log-field
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment