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

Investigate why the logging test does not pass on Windows #579

Closed desilinguist closed 4 years ago

desilinguist commented 4 years ago

Currently, we are skipping the test test_send_warnings_to_log() in test_output.py on Windows because we cannot figure out why it fails even though capturing sklearn warnings works in general.

desilinguist commented 4 years ago

Addressed by #586