-
-
Notifications
You must be signed in to change notification settings - Fork 26k
Closed
Description
Several tests in sklearn.datasets
are always skipped in CI as indicated by CodeCov reports (previously discussed here #16110 (comment)).
These tests require downloading data from the network, and are, apparently, skipped intentionally. See
# Skip tests that require large downloads over the network to save bandwidth |
It seems the travis cron jobs also do not cover these tests (e.g. this job log).
Perhaps we could download and cache the data on Azure, or add the downloaded data to the cache for the Travis cron job.
Metadata
Metadata
Assignees
Labels
No labels