Searched refs:hist_path (Results 1 – 2 of 2) sorted by relevance
206 hist_path <- paste0(out_prefix, '_hist.csv') functionVar207 write.csv(true_hist, file = hist_path, row.names = FALSE)208 cat(sprintf('Wrote %s\n', hist_path))
107 hist_path <- paste0(prefix_instance, '_hist.csv') # case.csv functionVar111 if (file.exists(hist_path)) {112 return(read.csv(hist_path))