Commit be718ba1 by Tianqi Chen Committed by GitHub

Update test_rpc_exec.py

parent 6d1dc4ae
......@@ -7,7 +7,7 @@ import numpy as np
def test_rpc_executor():
host = "localhost"
port = 9100
port = 9711
server = rpc.Server(host, port, use_popen=True)
x = sym.Variable("x")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment