Skip to content

Commit

Permalink
Remove eroneous file creation (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKleine committed Oct 30, 2023
1 parent 0f731d6 commit 3ddd2cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/sdfg/data/tensor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def test_read_csr_tensor():
func(A=inpA, B=B, M=A.shape[0], N=A.shape[1], nnz=A.nnz)
ref = A.toarray()

sdfg.save("./tensor.json")

assert np.allclose(B, ref)


Expand Down

0 comments on commit 3ddd2cc

Please sign in to comment.