Skip to content

Commit

Permalink
TEST: test hmmlearn and not scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Mar 23, 2014
1 parent eb05783 commit c011a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmmlearn/tests/test_hmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from unittest import TestCase

from sklearn.datasets.samples_generator import make_spd_matrix
from sklearn import hmm
from hmmlearn import hmm
from sklearn import mixture
from sklearn.utils.extmath import logsumexp
from sklearn.utils import check_random_state
Expand Down

0 comments on commit c011a6c

Please sign in to comment.