Skip to content

Commit 5b95791

Browse files
authored
Merge pull request #42 from Carreau/fix-error
Remove _bad_values which is not validated and make traitlets fail
2 parents 0a030b9 + b6a8976 commit 5b95791

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

traittypes/tests/test_traittypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class TestIntArray(TraitTestBase):
2727
obj = IntArrayTrait()
2828

2929
_good_values = [1, [1, 2, 3], [[1, 2, 3], [4, 5, 6]], np.array([1])]
30-
_bad_values = [[1, [0, 0]]]
3130

3231
def assertEqual(self, v1, v2):
3332
return np.testing.assert_array_equal(v1, v2)

0 commit comments

Comments
 (0)