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

Skip a test that can't run without a compiler.

上级 cc4f8ba1
......@@ -1211,6 +1211,8 @@ class test_fusion(unittest.TestCase):
generate C code in that case.
"""
if not theano.config.cxx:
raise SkipTest("no c compiler, so can't use big elemwise!")
factors = []
sd = tensor.dscalar()
means = tensor.dvector()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论