提交 2d63ed3b authored 作者: Frederic's avatar Frederic

Fix skipped test.

上级 fbea8820
...@@ -4,6 +4,7 @@ import theano ...@@ -4,6 +4,7 @@ import theano
from theano.tests import unittest_tools as utt from theano.tests import unittest_tools as utt
from theano.sandbox.gpuarray.basic_ops import GpuReshape from theano.sandbox.gpuarray.basic_ops import GpuReshape
import theano.sandbox.gpuarray import theano.sandbox.gpuarray
from theano.tests.unittest_tools import SkipTest
if theano.sandbox.gpuarray.pygpu is None: if theano.sandbox.gpuarray.pygpu is None:
raise SkipTest("pygpu not installed") raise SkipTest("pygpu not installed")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论