Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
pbenner committed Feb 8, 2025
1 parent 30fdc88 commit 3da0bb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions equitrain/model_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ def forward(self, *args):
if not isinstance(y_pred, dict):
y_pred = {'energy': y_pred[0], 'forces': y_pred[1], 'stress': y_pred[2]}

print(y_pred)

return y_pred


Expand Down

0 comments on commit 3da0bb5

Please sign in to comment.