Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Jul 11, 2024
1 parent bf572c7 commit a608866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/nnv/examples/Submission/VNN_COMP2024/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def run_instance(category, onnx, vnnlib, timeout, outputlocation) -> None:
print("Begin run instance, try to connect to matlab engine")
# eng = matlab.engine.start_matlab()
print("Looking for connections")
eng_name = matlab.engine.find_matlab()[0]
print(eng_name)
matlab.engine.find_matlab()
#print(eng_name)
# eng = matlab.engine.connect_matlab(name=eng_name)
eng = matlab.engine.connect_matlab('vnncomp')

Expand Down

0 comments on commit a608866

Please sign in to comment.