提交 9c674006 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Disable the new test for the old backend since it doesn't work.

上级 6303299c
...@@ -1093,6 +1093,9 @@ class T_subtensor(theano.tensor.tests.test_subtensor.T_subtensor): ...@@ -1093,6 +1093,9 @@ class T_subtensor(theano.tensor.tests.test_subtensor.T_subtensor):
self.assertTrue(val.ndim == data.ndim) self.assertTrue(val.ndim == data.ndim)
utt.assert_allclose(val, good) utt.assert_allclose(val, good)
def test_noncontiguous_idx(self):
raise SkipTest("test doesn't work here")
def test_advinc_subtensor1(): def test_advinc_subtensor1():
""" Test the second case in the opt local_gpu_advanced_incsubtensor1 """ """ Test the second case in the opt local_gpu_advanced_incsubtensor1 """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论