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 Feb 28, 2024
1 parent df33191 commit 06407b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/tests/pt/model/test_descriptor_se_r.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ def test_load_stat(self):
[
{
"r0": None,
"coord": torch.from_numpy(self.coord_ext).reshape(
-1, self.nall, 3
).to(env.DEVICE),
"coord": torch.from_numpy(self.coord_ext)
.reshape(-1, self.nall, 3)
.to(env.DEVICE),
"atype": torch.from_numpy(self.atype_ext).to(env.DEVICE),
"box": None,
"natoms": self.nall,
Expand Down

0 comments on commit 06407b2

Please sign in to comment.