Unverified Commit 01672db5 authored by RishalAggarwal's avatar RishalAggarwal Committed by GitHub
Browse files

Update test_transformers.py

parent 9ca2ec66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -538,7 +538,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