Skip to content

Commit

Permalink
ADD coveralls, except SGD did not converge
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Nov 17, 2015
1 parent d8a9948 commit 4bdbd91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added .coveralls.yml
Empty file.
2 changes: 2 additions & 0 deletions tests/test_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ def test_multilabel(self):
self.assertIsInstance(predictions, np.ndarray)
predicted_probabilities = cls.predict_proba(X_test_)
[self.assertIsInstance(i, np.ndarray) for i in predicted_probabilities]
except np.linalg.LinAlgError:
continue
except ValueError as e:
if "Floating-point under-/overflow occurred at epoch" in \
e.args[0] or \
Expand Down

0 comments on commit 4bdbd91

Please sign in to comment.