Skip to content

Commit

Permalink
Some wrong test repairment idea.
Browse files Browse the repository at this point in the history
  • Loading branch information
xehivs committed Jun 19, 2020
1 parent 30d1848 commit dc68ace
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ filterwarnings =
error
ignore::FutureWarning
ignore::RuntimeWarning
ignore::DeprecationWarning
2 changes: 0 additions & 2 deletions strlearn/tests/test_classifiers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Classifier tests."""

import sys

from sklearn.naive_bayes import GaussianNB

import strlearn as sl
Expand Down

0 comments on commit dc68ace

Please sign in to comment.