Skip to content

Commit df89aa9

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
add debug print
1 parent e705000 commit df89aa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_fancyslicing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def test_get(self):
144144

145145
# slicing with all False booleans (PR #1197)
146146
iby[:] = False
147+
print(ibx,iby,ibz)
147148
data = v[ibx,iby,ibz]
148149
assert data.size == 0
149150

0 commit comments

Comments
 (0)