Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Fix test name, coverage was below 100%!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Jan 1, 2016
1 parent 783646c commit 5e908c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sknn/tests/test_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def _run(self, activation):
def test_RectifierConv(self):
self._run("Rectifier")

def test_RectifierConv(self):
def test_ExponentialLinear(self):
self._run("ExpLin")

def test_SigmoidConv(self):
Expand Down

0 comments on commit 5e908c3

Please sign in to comment.