(fig, path: str | Path)
| 108 | |
| 109 | |
| 110 | def save_benchmark_figure(fig, path: str | Path) -> None: |
| 111 | fig.savefig(path, dpi=170, bbox_inches="tight", pad_inches=0.12) |
| 112 | |
| 113 | |
| 114 | def format_markdown_with_prettier(*paths: str | Path) -> None: |
no outgoing calls
no test coverage detected