Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurawly committed Mar 29, 2019
1 parent ab6c3fc commit 88afbdc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/python/frontend/mxnet/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,6 @@ def test_forward_bilinear_resize():
data = mx.sym.var('data')
mx_sym = mx.sym.contrib.BilinearResize2D(data, height=5, width=10)
verify_mxnet_frontend_impl(mx_sym, (1, 2, 3, 4), (1, 2, 5, 10))
mx_sym = mx.sym.contrib.BilinearResize2D(data, height=1, width=1,
scale_height=0.1, scale_width=0.5)
verify_mxnet_frontend_impl(mx_sym, (1, 2, 50, 10), (1, 2, 5, 5))


if __name__ == '__main__':
Expand Down

0 comments on commit 88afbdc

Please sign in to comment.