Skip to content

Investigate why sklearn warnings aren't being logged in tests on Windows when grid_search_jobs is greater than 1 #587

@mulhod

Description

@mulhod

While sklearn warnings do appear to be correctly written to the log file as part of a unit test on Windows when grid_search_jobs is set to 1 (no parallelism) (see test_output.test_send_warnings_to_log), they do not when grid_search_jobs is greater than 1. This appears to work correctly when running outside of the unit test framework, however.

Ideally, change the abovementioned test to not set grid_search_jobs to 1 once this issue is resolved.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions