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

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roywei committed May 21, 2019
1 parent 6e241ec commit 78902b1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/python/unittest/test_infer_shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,5 @@ def test_where_partial_shape():


if __name__ == "__main__":
test_mlp2_infer_shape()
test_mlp2_infer_error()
test_backward_infer()
test_incomplete_infer_elewise()
test_incomplete_infer_mlp()
test_incomplete_infer_slicechannel()
test_incomplete_infer_convolution()
test_incomplete_infer_concat()
test_shape_completely_unknown()
import nose
nose.runmodule()

0 comments on commit 78902b1

Please sign in to comment.