From 579b0a0870a3bde68272f9f7cb136ef13dc114ed Mon Sep 17 00:00:00 2001 From: "John Chodera (MSKCC)" Date: Tue, 5 May 2015 22:05:11 -0400 Subject: [PATCH] Undid a change to fix nosetest errors. --- bhmm/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bhmm/__init__.py b/bhmm/__init__.py index 75ef3b6..f17452a 100644 --- a/bhmm/__init__.py +++ b/bhmm/__init__.py @@ -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