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

Commit

Permalink
Merge pull request #1051 from j3mdamas/devel
Browse files Browse the repository at this point in the history
Fixes #1050
  • Loading branch information
marscher authored Feb 19, 2017
2 parents 0643b03 + 7341f91 commit ad343ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyemma/msm/estimators/implied_timescales.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def _postprocess_results(self, models):
raise RuntimeError('Estimation has failed at ALL lagtimes. Check for errors.')
if bad.size > 0:
self.logger.warning('Estimation has failed at lagtimes: {lags}. '
'Run single-lag estimation at these lags to track down the error.',
lags=self._lags[bad])
'Run single-lag estimation at these lags to track down the '
'error.'.format(lags=self._lags[bad]))
models = list(np.array(models)[good])

# merge models prior evaluation
Expand Down

0 comments on commit ad343ed

Please sign in to comment.