1 Star 0 Fork 0

al0014 / GPy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.coveragerc 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
# .coveragerc to control coverage.py
[run]
branch = True
source = GPy
omit = ./GPy/examples/*.py, ./GPy/testing/*.py, travis_tests.py, setup.py, ./GPy/__version__.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
verbose
# Don't complain about missing debug-only code:
if self\.debug
# Don't complain if tests don't hit defensive assertion code:
raise
except
pass
Not implemented
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
# Don't fail on python3 catch clauses:
python3
ignore_errors = True
1
https://gitee.com/al0014/GPy.git
git@gitee.com:al0014/GPy.git
al0014
GPy
GPy
GMM_GPLVM

搜索帮助