We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a5252 commit f7900b0Copy full SHA for f7900b0
1 file changed
optimizerapi/optimizer.py
@@ -26,7 +26,7 @@ def run(body) -> dict:
26
dict
27
a JSON encodable dictionary representation of the result.
28
"""
29
- # print("Receive: " + str(body))
+ print("Receive: " + str(body))
30
data = [(run["xi"], run["yi"]) for run in body["data"]]
31
cfg = body["optimizerConfig"]
32
space = [(x["from"], x["to"]) if x["type"] == "numeric" else tuple(x["categories"]) for x in cfg["space"]]
0 commit comments