Skip to content

Commit 4edc698

Browse files
author
Etienne Duchesne
committed
qr decomposition gradient: fix tests
1 parent a6ae03b commit 4edc698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensor/test_nlinalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_qr_modes():
175175
+ ["shape=(3, 3), gradient_test_case=Q, mode=raw"]
176176
),
177177
)
178-
@pytest.mark.parametrize("is_complex", [True, False], ["complex", "real"])
178+
@pytest.mark.parametrize("is_complex", [True, False], ids=["complex", "real"])
179179
def test_qr_grad(shape, gradient_test_case, mode, is_complex):
180180
rng = np.random.default_rng(utt.fetch_seed())
181181

0 commit comments

Comments
 (0)