Skip to content

Commit 3dd2db6

Browse files
committed
Reorder args to match test fixture print order
1 parent 9981adb commit 3dd2db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_microxcaling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
],
2828
)
2929
def test_mx(
30-
mx_round: str,
31-
gf_round: RoundMode,
3230
mx_etype: ElemFormat,
3331
gf_etype: FormatInfo,
32+
mx_round: str,
33+
gf_round: RoundMode,
3434
) -> None:
3535
# Input tensor
3636
A = np.arange(32) / 2 - 5

0 commit comments

Comments
 (0)