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

Remove call to old test that where moved.

上级 6bbc69e0
import copy
import sys
import time import time
import unittest import unittest
...@@ -9,7 +7,6 @@ from theano import tensor ...@@ -9,7 +7,6 @@ from theano import tensor
import numpy import numpy
import theano import theano
import theano.tensor as T import theano.tensor as T
from numpy.testing.noseclasses import KnownFailureTest
# Skip test if cuda_ndarray is not available. # Skip test if cuda_ndarray is not available.
from nose.plugins.skip import SkipTest from nose.plugins.skip import SkipTest
...@@ -1255,7 +1252,4 @@ def speed_adv_sub1(): ...@@ -1255,7 +1252,4 @@ def speed_adv_sub1():
if __name__ == '__main__': if __name__ == '__main__':
test_many_arg_elemwise() test_many_arg_elemwise()
test_gpujoin_twomatrices_joincolumns()
test_gpujoin_assert_cndas() test_gpujoin_assert_cndas()
test_gpujoin_preserves_broadcasting()
test_gpujoin_twomatrices_badshapes()
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论