EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Add `local=True` to all `run_configuration()` calls in tests. #708

Closed desilinguist closed 2 years ago

desilinguist commented 2 years ago

This PR closes #616.

codecov[bot] commented 2 years ago

Codecov Report

Merging #708 (8fa8915) into main (caa9b56) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #708      +/-   ##
==========================================
- Coverage   96.92%   96.90%   -0.03%     
==========================================
  Files          63       63              
  Lines        9263     9263              
==========================================
- Hits         8978     8976       -2     
- Misses        285      287       +2     
Impacted Files Coverage Δ
tests/test_voting_learners_expts_2.py 98.82% <ø> (ø)
tests/test_voting_learners_expts_3.py 98.82% <ø> (ø)
tests/test_ablation.py 100.00% <100.00%> (ø)
tests/test_classification.py 100.00% <100.00%> (ø)
tests/test_custom_learner.py 100.00% <100.00%> (ø)
tests/test_cv.py 100.00% <100.00%> (ø)
tests/test_output.py 100.00% <100.00%> (ø)
tests/test_preprocessing.py 100.00% <100.00%> (ø)
tests/test_regression.py 99.64% <100.00%> (ø)
tests/test_voting_learners_expts_1.py 98.38% <100.00%> (ø)
... and 3 more

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 caa9b56...8fa8915. Read the comment docs.