提交 0b3d23aa authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Enable Numba bounds checking during testing

上级 0356220c
......@@ -10,6 +10,7 @@ def pytest_sessionstart(session):
"warn__ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,cmodule__warn_no_version=True",
]
)
os.environ["NUMBA_BOUNDSCHECK"] = "1"
def pytest_addoption(parser):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论