Skip to content

Commit

Permalink
remove print (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaaikeG authored Sep 9, 2022
1 parent 16ee03e commit 1729ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeptime/markov/msm/tram/_tram.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def __call__(self, inc, error, log_likelihood=0):
The current log-likelihood, or 0. when the tram estimator is not configured to calculate log-likelihoods.
"""
super().__call__(inc, error=error)
print(error)

if self.log_likelihoods is not None:
self.log_likelihoods.append(log_likelihood)

Expand Down

0 comments on commit 1729ab7

Please sign in to comment.