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.
2 parents 0a030b9 + b6a8976 commit 5b95791Copy full SHA for 5b95791
traittypes/tests/test_traittypes.py
@@ -27,7 +27,6 @@ class TestIntArray(TraitTestBase):
27
obj = IntArrayTrait()
28
29
_good_values = [1, [1, 2, 3], [[1, 2, 3], [4, 5, 6]], np.array([1])]
30
- _bad_values = [[1, [0, 0]]]
31
32
def assertEqual(self, v1, v2):
33
return np.testing.assert_array_equal(v1, v2)
0 commit comments