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

Commit

Permalink
fix empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Chu committed Feb 16, 2021
1 parent 578241c commit bb9b8ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/mxnet/contrib/onnx/mx2onnx/_op_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -4006,5 +4006,4 @@ def convert_argsort(node, **kwargs):
to=onnx.mapping.NP_TYPE_TO_TENSOR_TYPE[np.dtype(dtype)])
]


return nodes
2 changes: 0 additions & 2 deletions tests/python-pytest/onnx/test_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,6 @@ def load_video(filepath):
finally:
shutil.rmtree(tmp_path)



@with_seed()
@pytest.mark.parametrize('model', ['bert_12_768_12'])
def test_bert_inference_onnxruntime(tmp_path, model):
Expand Down

0 comments on commit bb9b8ac

Please sign in to comment.