Skip to content

Commit

Permalink
Update test_forward.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyhu533 authored Jul 16, 2020
1 parent e8f25bc commit bca8e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/frontend/mxnet/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ def verify(data_shape, anchor_shape, stds=[1, 1, 1, 1], clip=-1, in_format="corn
verify((1, 10, 4), (1, 10, 4), in_format="center")


dtype_list = ['float64', 'float32', 'int64', 'int32', 'uint64', 'uint32', 'bool']
dtype_list = ['float64', 'float32', 'int64', 'int32', 'bool']

def test_forward_npi_pad():
if not hasattr(mx.sym.np, 'pad'):
Expand Down

0 comments on commit bca8e36

Please sign in to comment.