File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import csv
88import os
99import subprocess
10- import sys
1110import tempfile
1211import time
1312
1413SCRIPT_DIR = os .path .dirname (os .path .abspath (__file__ ))
15- PRECOL = os .path .join (SCRIPT_DIR , ". /PreCol" )
14+ PRECOL = os .path .join (SCRIPT_DIR , "/home/rostam/kara/PreCol/cmake-build-release /PreCol" )
1615INPUT_CSV = os .path .join (SCRIPT_DIR , "input.csv" )
1716OUTPUT_CSV = os .path .join (SCRIPT_DIR , "Output/output_precol.csv" )
1817TIMEOUT_SEC = 120 # kill a single matrix run after this many seconds
2827output_header_written = False
2928
3029with open (OUTPUT_CSV , "w" , newline = "" ) as out_f :
31- out_writer = None # initialised after first successful run
30+ out_writer = None # initialized after the first successful run
3231
3332 for i , row in enumerate (rows , 1 ):
3433 matrix = row ["Matrix" ]
You can’t perform that action at this time.
0 commit comments