Skip to content

Commit

Permalink
Log extras to std. out
Browse files Browse the repository at this point in the history
Part of #44
  • Loading branch information
langdal committed Jun 10, 2022
1 parent 0231f96 commit 5c321f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizerapi/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __handle_run(body) -> dict:
extras = {}
if "extras" in body:
extras = body["extras"]
# print("Received extras " + str(extras))
print("Received extras " + str(extras))
space = [(convert_number_type(x["from"], x["type"]),
convert_number_type(x["to"], x["type"]))
if (x["type"] == "discrete" or x["type"] == "continuous")
Expand Down

0 comments on commit 5c321f9

Please sign in to comment.