Skip to content

Commit

Permalink
remove accidental print
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Oct 24, 2024
1 parent ce85769 commit 087212d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openff/nagl/nn/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def compute_properties(
else:
tensor = torch.empty
for property_name, value in results[0].items():
print(as_numpy, value, value.dtype)
combined_results[property_name] = tensor(
molecule.n_atoms,
dtype=value.dtype
Expand Down

0 comments on commit 087212d

Please sign in to comment.