MCPcopy
hub / github.com/scikit-learn/scikit-learn / check_skip_network

Function check_skip_network

sklearn/utils/_testing.py:366–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364
365
366def check_skip_network():
367 if int(os.environ.get("SKLEARN_SKIP_NETWORK_TESTS", 0)):
368 raise SkipTest("Text tutorial requires large dataset download")
369
370
371def _delete_folder(folder_path, warn=False):

Callers 2

setup_rcv1Function · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…