• Frederic Bastien's avatar
    --- theano/tensor/tests/test_basic.py · 3f240fd7
    Frederic Bastien 提交于
    +++ 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)
    3f240fd7
test_basic.py 150.4 KB