Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kexinzhao committed Oct 11, 2017
1 parent 75e3cfb commit dee771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/v2/framework/tests/test_activation_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def test_check_grad(self):
self.check_grad(['X'], 'Y', max_relative_error=0.007)


class TestSoftplug(OpTest):
class TestSoftplus(OpTest):
def setUp(self):
self.op_type = "softplus"
self.inputs = {
Expand Down

0 comments on commit dee771e

Please sign in to comment.