We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b6c1d commit 4154c50Copy full SHA for 4154c50
1 file changed
benchmarks/aggregate_sweep.py
@@ -98,7 +98,7 @@ def _parse_artifact(name: str) -> tuple[str | None, int | None, str | None]:
98
99
100
def render_sweep_table(cells: list[dict]) -> str:
101
- """Render a method × budget grid per test set."""
+ """Render a method x budget grid per test set."""
102
by_set: dict[str, dict[tuple[str, int], dict]] = defaultdict(dict)
103
methods: set[str] = set()
104
budgets: set[int] = set()
0 commit comments