Skip to content

Commit 55589d3

Browse files
Minor change
1 parent 275a087 commit 55589d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_sdp(n_T, remainder, comparator):
122122
comp = func(Q, T)
123123
npt.assert_allclose(comp, ref)
124124
except Exception as e: # pragma: no cover
125-
msg = f"Error in {func_name}, with n_Q={len(Q)} and n_T={len(T)}"
125+
msg = f"Error in {func_name}, with n_Q={n_Q} and n_T={n_T}"
126126
warnings.warn(msg)
127127
raise e
128128

0 commit comments

Comments
 (0)