We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05ac10 commit 8d75cd5Copy full SHA for 8d75cd5
1 file changed
test/test_fancyslicing.py
@@ -144,7 +144,6 @@ 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