Skip to content

Commit

Permalink
removed a fogotten print
Browse files Browse the repository at this point in the history
  • Loading branch information
OMalenfantThuot committed Jan 17, 2020
1 parent 0cc17a7 commit 96ffd63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlcalcdriver/calculators/schnetpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def run(
[batch[deriv_name].cpu().detach().numpy() for batch in pred]
)
else:
print(init_property)
predictions[out_name] = np.concatenate(
[batch[init_property].cpu().detach().numpy() for batch in pred]
)
Expand Down

0 comments on commit 96ffd63

Please sign in to comment.