提交 f0e36a4d authored 作者: Frederic's avatar Frederic

DebugMode, do not check strides by default

上级 e5b58faf
......@@ -55,7 +55,7 @@ AddConfigVar('DebugMode.check_finite',
AddConfigVar('DebugMode.check_strides',
("Check that Python- and C-produced ndarrays have same strides. "
"On difference: (0) - ignore, (1) warn, or (2) raise error"),
IntParam(1, lambda i: i in (0, 1, 2)),
IntParam(0, lambda i: i in (0, 1, 2)),
in_c_key=False)
AddConfigVar('DebugMode.warn_input_not_reused',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论