Skip to content

Commit 80132a9

Browse files
committed
tests/python: fix double free remnant after switch to context manager
1 parent f45e5ea commit 80132a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/python/test-3-basis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def test_314(ceed_resource):
281281
xx[d] = xq[d * Pdim + i]
282282
u[i] = eval(dim, xx)
283283

284-
Xq.restore_array_read()
285284
U.set_array(u, cmode=libceed.USE_POINTER)
286285

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

0 commit comments

Comments
 (0)