Skip to content

Commit

Permalink
Remove test that expected an error that is not actually raised
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Stimberg committed Aug 30, 2013
1 parent e73599b commit ba76f56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion brian2/tests/test_subgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def test_wrong_indexing():
assert_raises(TypeError, lambda: G['string'])

assert_raises(IndexError, lambda: G[10:])
assert_raises(IndexError, lambda: G[:15])
assert_raises(IndexError, lambda: G[::2])
assert_raises(IndexError, lambda: G[3:2])

Expand Down

0 comments on commit ba76f56

Please sign in to comment.