--- theano/tensor/tests/test_basic.py
+++ theano/tensor/tests/test_basic.py (reindented)
@@ -1852,7 +1852,7 @@
r = numpy.asarray([0.,1.,-1.], dtype=dtype)
v = fn(l, r)
self.failUnless(numpy.all(v == (l == r)), (v, (l==r)))
-
+
def test_neq(self):
for dtype in ['float64', 'float32', 'complex64', 'complex128']:
x, y = vector(dtype=dtype), vector(dtype=dtype)
正在显示
请
注册
或者
登录
后发表评论