Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Aug 25, 2017
1 parent a6b5946 commit bc7a3b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion chainer/functions/activation/tanh.py
Expand Up @@ -2,7 +2,6 @@

import chainer
from chainer import cuda
from chainer import function
from chainer import function_node
from chainer import utils
from chainer.utils import type_check
Expand Down
Expand Up @@ -154,7 +154,7 @@ def test_backward_cpu(self):

@attr.gpu
@condition.retry(3)
def test_backward_cpu(self):
def test_backward_gpu(self):
y = numpy.array(numpy.tanh(self.x))
self.check_backward(
cuda.to_gpu(self.x), cuda.to_gpu(y), cuda.to_gpu(self.gy),
Expand Down

0 comments on commit bc7a3b2

Please sign in to comment.