Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove print
Browse files Browse the repository at this point in the history
anyangml committed Mar 5, 2024
1 parent 961ce6b commit 940473d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepmd/dpmodel/atomic_model/linear_atomic_model.py
Original file line number Diff line number Diff line change
@@ -316,7 +316,6 @@ def serialize(self) -> dict:
"smin_alpha": self.smin_alpha,
}
)
print(f"here I am: {set(self.type_map)}")
return dd

@classmethod

0 comments on commit 940473d

Please sign in to comment.