Skip to content

Commit

Permalink
What happens if I slightly change the thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Feb 19, 2025
1 parent c1d1a8c commit b302089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/numpy/ndarray_attributes_methods_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

M = 10
N = 20
P = 33


@compare_numpy_output()
Expand Down Expand Up @@ -117,7 +118,7 @@ def test_conj(A: dace.complex64[M, N, N, M]):


@compare_numpy_output()
def test_sum__with_different_name(A: dace.float32[M, N, N, M]):
def test_sum__with_different_name(A: dace.float32[M, N, P, M]):
return A.sum()


Expand Down

0 comments on commit b302089

Please sign in to comment.