/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.2.2
conftest.py
6 строк
388 B
Thomas J. Fan
MAINT Move conftest up a level (#20208)
11 июн 2021, 23:56
Не верифицирован
11 июн 2021, 23:56
038c5cd
Код
Авторство
О чём код?
# Even if empty this file is useful so that when running from the root folder # ./sklearn is added to sys.path by pytest. See # https://docs.pytest.org/en/latest/explanation/pythonpath.html for more # details. For example, this allows to build extensions in place and run pytest # doc/modules/clustering.rst and use sklearn from the local folder rather than # the one from site-packages.