Skip to content

Commit 2d5b802

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
debug print
1 parent df0bf98 commit 2d5b802

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test_fancyslicing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ def test_get(self):
144144

145145
# slicing with all False booleans (PR #1197)
146146
iby[:] = False
147+
print(ibx)
148+
print(iby)
149+
print(ibz)
147150
data = v[ibx,iby,ibz]
148151
assert data.size == 0
149152

0 commit comments

Comments
 (0)