Update test_rpc_exec.py
This commit is contained in:
Родитель
6d1dc4ae5f
Коммит
be718ba1d5
|
@ -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")
|
||||
|
|
Загрузка…
Ссылка в новой задаче