Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmul committed Jul 3, 2017
1 parent 0e57dc1 commit ea93235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/chainer_tests/test_link.py
Expand Up @@ -1344,7 +1344,6 @@ def test_extend(self):
l1 = chainer.links.Linear(3, 2)
l2 = chainer.links.Linear(2, 3)
s3 = chainer.Sequential(l1, l2)
orig_n = len(self.s2)
self.s2.extend(s3)
self.assertEqual(len(self.s2), 4)
self.assertIs(self.s2[2], s3[0])
Expand Down

0 comments on commit ea93235

Please sign in to comment.