提交 845418d9 编写于 作者: H HexToString

fix java webService

上级 8c350b6a
......@@ -36,7 +36,7 @@ class UciOp(Op):
_LOGGER.error("UciOp::preprocess >>> log_id:{}, input:{}".format(
log_id, input_dict))
proc_dict = {}
x_value = input_dict["x"]
x_value = eval(input_dict["x"])
input_dict["x"] = x_value.reshape(1, 13)
return input_dict, False, None, ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册