提交 8d0b2ecc authored 作者: Frederic Bastien's avatar Frederic Bastien

fix typo found by review.

上级 c8607626
......@@ -196,7 +196,7 @@ class T_Scan(unittest.TestCase):
@dec.knownfailureif(
isinstance(theano.compile.mode.get_default_mode(),
theano.compile.debugmode.DebugMode),
("This test fails in DebugMode, because it is not yet pickable."))
("This test fails in DebugMode, because it is not yet picklable."))
def test_pickling(self):
def f_pow2(x_tm1):
return 2*x_tm1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论