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 8b59b05 commit 26914cdCopy full SHA for 26914cd
larray/tests/test_la.py
@@ -1277,14 +1277,6 @@ def test_unary_ops(self):
1277
self._assert_equal_raw(+la, +raw)
1278
self._assert_equal_raw(~la, ~raw)
1279
1280
- # def test_boolean_indexing(self):
1281
- # raw = self.small_data
1282
- # la = self.small
1283
- #
1284
- # self._assert_equal_raw(la > 2, raw > 2)
1285
- # FIXME this fails: it should return a 1d array with "combined ticks"
1286
- # self._assert_equal_raw(la[la > 2], raw[raw > 2])
1287
-
1288
def test_mean(self):
1289
la = self.small
1290
raw = self.small_data
0 commit comments