We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a981f commit 0ebe917Copy full SHA for 0ebe917
tests/test_capi.py
@@ -732,7 +732,7 @@ class Cells(xo.Struct):
732
733
counts = test_context.zeros(len(cell_ids), dtype=np.uint64)
734
vals = test_context.zeros(12, dtype=np.uint64)
735
- success = test_context.ones((1,), dtype=np.uint8)
+ success = test_context.zeros((1,), dtype=np.uint8) + 1
736
737
for i, _ in enumerate(particle_per_cell):
738
for j, expected in enumerate(particle_per_cell[i]):
0 commit comments