Skip to content

Commit 51de1d4

Browse files
committed
style: fix formatting for CI (black v23 compatibility)
1 parent 1df15d5 commit 51de1d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/scripts/pytest_benchstat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def format_cell(val, std, rounds):
120120
if rounds < 2 or std == 0:
121121
std_str = "± ∞"
122122
else:
123-
124123
pct = (std / val) * 100
125124
std_str = f"± {pct:.0f}%"
126125

@@ -152,7 +151,6 @@ def format_cell(val, std, rounds):
152151
delta_str = f"~ (p={p_val:.3f} n={n}) ²"
153152
need_insignificant_note = True
154153
else:
155-
156154
delta_str = f"~ (p=? n={n})"
157155

158156
display_name = normalize_name(name)

0 commit comments

Comments
 (0)