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

Function main

experiments/human_eval/draw_model_eval_ggbench_minimal.py:245–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243
244
245def main() -> None:
246 OUT_DIR.mkdir(parents=True, exist_ok=True)
247 rows = read_rows()
248 image = draw_png(rows)
249 image.save(PNG_OUT, dpi=(300, 300))
250 image.save(PDF_OUT, "PDF", resolution=300.0)
251 write_svg(rows)
252 write_csv(rows)
253 print(PNG_OUT)
254 print(PDF_OUT)
255 print(SVG_OUT)
256
257
258if __name__ == "__main__":

Calls 4

read_rowsFunction · 0.70
draw_pngFunction · 0.70
write_svgFunction · 0.70
write_csvFunction · 0.70

Tested by

no test coverage detected