We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e705000 commit df89aa9Copy full SHA for df89aa9
1 file changed
test/test_fancyslicing.py
@@ -144,6 +144,7 @@ def test_get(self):
144
145
# slicing with all False booleans (PR #1197)
146
iby[:] = False
147
+ print(ibx,iby,ibz)
148
data = v[ibx,iby,ibz]
149
assert data.size == 0
150
0 commit comments