Skip to content

Commit b663e80

Browse files
committedJul 30, 2024
removed print function
1 parent 6f7b035 commit b663e80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎chgnet/trainer/trainer.py

-2
Original file line numberDiff line numberDiff line change
@@ -792,8 +792,6 @@ def forward(
792792
out["s_MAE_size"] = stress_target.shape[0]
793793

794794
# Mag
795-
print(f"{list(prediction)=}")
796-
print(f"{list(targets)=}")
797795
if "m" in self.target_str:
798796
mag_preds, mag_targets = [], []
799797
m_mae_size = 0

0 commit comments

Comments
 (0)