MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / main

Function main

experiments/human_eval/draw_model_eval_ggbench_style.py:238–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236
237
238def main() -> None:
239 OUT_DIR.mkdir(parents=True, exist_ok=True)
240 rows = read_rows()
241 write_data(rows)
242 image = draw_plot(rows)
243 image.save(PNG_OUT, dpi=(300, 300))
244 image.save(PDF_OUT, "PDF", resolution=300.0)
245 print(PNG_OUT)
246 print(PDF_OUT)
247 print(CSV_OUT)
248
249
250if __name__ == "__main__":

Calls 3

write_dataFunction · 0.85
read_rowsFunction · 0.70
draw_plotFunction · 0.70

Tested by

no test coverage detected