Skip to content

Commit feffa7a

Browse files
committed
added isnan test
1 parent 646e087 commit feffa7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_la.py

+3
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,9 @@ def test_sum(self):
475475
#TODO: make it work for integer indices
476476
# self.assertEqual(byage.filter(age=slice(18)).shape, (44, 2, 15))
477477

478+
def test_isnan(self):
479+
self._assert_equal_raw(np.isnan(self.small), np.isnan(self.small_data))
480+
478481
def test_ratio(self):
479482
la = self.larray
480483
age, geo, sex, lipro = la.axes

0 commit comments

Comments
 (0)