Skip to content

Commit

Permalink
Undid a change to fix nosetest errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchodera committed May 6, 2015
1 parent 993ceb2 commit 579b0a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bhmm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
__version__ = _version.version

# import API
#from bhmm.api import *
from bhmm.api import init_hmm, gaussian_hmm, discrete_hmm, bayesian_hmm
from bhmm.api import *

# hmms
from bhmm.hmm.generic_hmm import HMM
Expand Down

0 comments on commit 579b0a0

Please sign in to comment.