Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
[subset] removing msm_active_set getter from MEMM
Browse files Browse the repository at this point in the history
  • Loading branch information
cwehmeyer committed Jul 5, 2016
1 parent 39f8028 commit 9609471
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyemma/thermo/models/multi_therm.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ def msm(self):
except TypeError:
return None

@property
def msm_active_set(self):
try:
return self.model_active_set[self.unbiased_state]
except TypeError:
return None

def set_model_params(self, models=None, f_therm=None, pi=None, f=None, label='ground state'):
# don't normalize f, because in a multiensemble the relative energy levels matter
_StationaryModel.set_model_params(self, pi=pi, f=f, normalize_f=False)
Expand Down

0 comments on commit 9609471

Please sign in to comment.