tweaks and add a simple test
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import subprocess
|
||||
import time
|
||||
|
||||
# specify your command
|
||||
command = ["./run", "model.bin", "0.0"]
|
||||
command = ["./run", "model.bin"]
|
||||
|
||||
# Start the process
|
||||
proc = subprocess.Popen(command, stdout=subprocess.PIPE)
|
||||
|
||||
Reference in New Issue
Block a user