Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 7, 2024
1 parent 90b8d56 commit 1ef891e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deepmd/pt/model/atomic_model/linear_atomic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ def forward_atomic(
# apply bias to each individual model
ener_list.append(
model.forward_common_atomic(
extended_coord,
mapping[extended_atype],
nlists_[i],
mapping,
fparam,
aparam,
)["energy"]
extended_coord,
mapping[extended_atype],
nlists_[i],
mapping,
fparam,
aparam,
)["energy"]
)
weights = self._compute_weight(extended_coord, extended_atype, nlists_)

Expand Down

0 comments on commit 1ef891e

Please sign in to comment.