Lines Matching refs:graph_path
29 def __init__(self, config, suite, graph_path): argument
31 self.graph_path = graph_path
42 path = os.path.join(self.graph_path, subdir, "")
147 def create_results_pdf(graph_path, pdf_path): argument
151 for _, dirs, _ in os.walk(graph_path):
153 graphs = sorted(glob.glob(os.path.join(graph_path, sub, "*.jpg")),
212 graph_path = os.path.join(suite_config['output_path'], GRAPH_DIR,
215 graph_path)
236 create_results_pdf(graph_path, os.path.join(suite_config['output_path'],
302 graph_path = os.path.join(output_path, GRAPH_DIR, "")
303 if os.path.exists(graph_path):
304 shutil.rmtree(graph_path)