提交 af04bbfe authored 作者: James Bergstra's avatar James Bergstra

adjusted test_log1p to only override FAST_COMPILE mode

上级 f8dfe6a9
......@@ -905,7 +905,9 @@ class test_fusion(unittest.TestCase):
#g.owner.inputs[0] is out... make owner a weakref?
def test_log1p():
m = theano.compile.FAST_RUN
m = theano.compile.default_mode
if m == 'FAST_COMPILE':
m = 'FAST_RUN'
# check some basic cases
x = dvector()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论