Skip to content

Commit

Permalink
Make sure server terminates
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpiszczek committed May 1, 2020
1 parent 8637610 commit b2c1124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/contrib/test_tflite_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def test_remote():
out = runtime.get_output(0)
np.testing.assert_equal(out.asnumpy(), tflite_output)

server.terminate()


if __name__ == "__main__":
test_local()
Expand Down

0 comments on commit b2c1124

Please sign in to comment.