MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / save_csv

Function save_csv

benchmarking/plot_bsz_sweep_runtime.py:96–98  ·  view source on GitHub ↗
(df: pd.DataFrame, path: Path)

Source from the content-addressed store, hash-verified

94
95
96def save_csv(df: pd.DataFrame, path: Path) -> None:
97 df.to_csv(path, index=False)
98 print(f"CSV saved to {path}")
99
100
101def _apply_hatches(ax, methods):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected