Skip to content

Commit de1ebd6

Browse files
final final fixes
1 parent d7156d8 commit de1ebd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_capi.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,9 @@ class Cells(xo.Struct):
786786
out_vals=vals,
787787
success=success,
788788
)
789+
counts = test_context.nparray_from_context_array(counts)
790+
vals = test_context.nparray_from_context_array(vals)
791+
789792
assert success == 1
790793
assert np.all(counts == [2, 3, 4])
791794
assert np.all(vals == [1, 8, 0, 0, 9, 3, 2, 0, 4, 5, 6, 7])

0 commit comments

Comments
 (0)