Skip to content

Commit f8ca462

Browse files
committed
Mypy
1 parent 6c7834f commit f8ca462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_round.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def test_stochastic_rounding(
545545
"rnd",
546546
(RoundMode.Stochastic, RoundMode.StochasticFast, RoundMode.StochasticFastest),
547547
)
548-
def test_stochastic_rounding_scalar_eq_array(rnd) -> None:
548+
def test_stochastic_rounding_scalar_eq_array(rnd: RoundMode) -> None:
549549
fi = format_info_p3109(3)
550550

551551
v0 = decode_ndarray(fi, np.arange(255))

0 commit comments

Comments
 (0)