Skip to content

Commit

Permalink
fix: UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml committed Mar 6, 2024
1 parent a0d7caf commit edd9a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/pt/model/atomic_model/linear_atomic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def forward_atomic(
ener_list = []

for i, model in enumerate(self.models):
mapping = self.mapping_list[i] if mapping is None else mapping
mapping = self.mapping_list[i]
ener_list.append(
model.forward_atomic(
extended_coord,
Expand Down

0 comments on commit edd9a10

Please sign in to comment.