提交 5f1c7026 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Removed TODO that we may not want to do after all -- see Review Board #1732

上级 6f829941
......@@ -11,10 +11,6 @@ class T_config(unittest.TestCase):
def test_invalid_default(self):
# Ensure an invalid default value found in the Theano code only causes
# a crash if it is not overridden by the user.
# TODO Note that currently, an invalid default value may still cause a
# crash if the user intends to override it inside the Python code with
# ``config.option = new_value``, instead of e.g. in the .theanorc. We
# may want to improve on this in the future.
def filter(val):
if val == 'invalid':
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论