Skip to content

Commit

Permalink
tests/python: fix double free remnant after switch to context manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Apr 1, 2021
1 parent f45e5ea commit 80132a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/test-3-basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def test_314(ceed_resource):
xx[d] = xq[d * Pdim + i]
u[i] = eval(dim, xx)

Xq.restore_array_read()
U.set_array(u, cmode=libceed.USE_POINTER)

# Calculate G u at quadrature points, G' * 1 at dofs
Expand Down

0 comments on commit 80132a9

Please sign in to comment.