We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd7947 commit 195a7c9Copy full SHA for 195a7c9
ubench/holder_comparison.py
@@ -93,8 +93,8 @@ def find_call_repetitions(
93
continue
94
if selected_holder_type != "all" and nb_label != selected_holder_type:
95
96
- nb1 = nb_type(data_size) # type: ignore[misc]
97
- nb2 = nb_type(data_size) # type: ignore[misc]
+ nb1 = nb_type(data_size)
+ nb2 = nb_type(data_size)
98
99
def many_sum(call_repetitions: int) -> float:
100
assert int(round(nb1.sum())) == data_size
0 commit comments