Commit 4e75d4d6 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 54bb2e18
Pipeline #130 passed with stages
in 11 seconds
......@@ -15,7 +15,3 @@ class FlipImageTestCase(unittest.TestCase):
# the code fails for 1D array
with self.assertRaises(AssertionError):
flip_image(np.array([1, 2, 3, 4]))
if __name__ == "__main__":
unittest.main()
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment