Commit d220ac6c authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Remove bool8

parent e0205181
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -547,7 +547,6 @@ class TestIssue112(unittest.TestCase):
    """
    def test_dtype_check(self):
        types = [np.bool_,
                 np.bool8,
                 np.byte,
                 np.short,
                 np.intc,