Skip to content

Commit f5d818f

Browse files
twaclawDiego Sandoval
authored and
Diego Sandoval
committed
Updated PyTorch Eye Op tests
1 parent 51823c9 commit f5d818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/link/pytorch/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,5 @@ def test_eye():
290290
for _k in list(range(_M + 2)) + [-x for x in range(1, _N + 2)]:
291291
compare_pytorch_and_py(
292292
FunctionGraph([N, M, k], [out]),
293-
[np.array(_N + 1), np.array(_M + 1), np.array(_k)],
293+
[np.array(_N), np.array(_M), np.array(_k)],
294294
)

0 commit comments

Comments
 (0)