Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 committed Dec 6, 2018
1 parent bdcfa45 commit 1fc4c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def test_color_normalize(self):
mx_result = mx.image.color_normalize(mx.nd.array(src),
mx.nd.array(mean), mx.nd.array(std))
assert_almost_equal(mx_result.asnumpy(), (src - mean) / std, atol=1e-3)

@nottest
def _test_imageiter_last_batch(self, imageiter_list, assert_data_shape):
test_iter = imageiter_list[0]
Expand Down

0 comments on commit 1fc4c17

Please sign in to comment.