Unverified Commit 1d73f501 authored by RishalAggarwal's avatar RishalAggarwal Committed by GitHub
Browse files

Update test_transformers.py

parent 2a560439
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@ class TestTransformers(unittest.TestCase):
    w = 150
    scale = scipy.misc.imresize(self.d, (h, w))
    check_scale = dt.scale(h, w)
    assert np.allclose(scale, check_scale)
    np.allclose(scale, check_scale)

  def test_shift(self):
    # Check shift