Skip to content

Commit

Permalink
[thermo] fix tram estimator parameter (markovmodel#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher authored Jul 4, 2016
1 parent 549757e commit 1f8b2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyemma/thermo/estimators/TRAM_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def estimate(self, X):
bias energy of that frame evaluated in the k'th thermodynamic state (i.e. at the k'th
Umbrella/Hamiltonian/temperature).
"""
return super(TRAM, self).estimate(trajs)
return super(TRAM, self).estimate(X)

def _estimate(self, X):
ttrajs, dtrajs_full, btrajs = X
Expand Down

0 comments on commit 1f8b2d5

Please sign in to comment.