Skip to content

Commit 6ff0988

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 30b1225 commit 6ff0988

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/tests/pd/model/test_dpa3.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ def test_consistency(
132132
)
133133
# dp impl
134134
dd2 = DPDescrptDPA3.deserialize(dd0.serialize())
135-
rd2, _, _, _, _ = dd2.call(
136-
coord_ext, atype_ext, nlist, mapping
137-
)
135+
rd2, _, _, _, _ = dd2.call(coord_ext, atype_ext, nlist, mapping)
138136
np.testing.assert_allclose(
139137
rd0.numpy(),
140138
rd2,

0 commit comments

Comments
 (0)