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 97bb808 commit 2dec4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tests/pt/model/test_linear_atomic_model_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ def test_linear_atomic_model_stat_with_bias(self):
[4.0, 5.0, 6.0],
[7.0, 8.0, 9.0],
]
).reshape(nf, nloc, *linear_model.fitting_output_def()["energy"].shape)
).reshape(nf, nloc, *linear_model.fitting_output_def()["energy"].shape)

np.testing.assert_almost_equal(ret0, expected_ret0)

# 2. test bias is applied
Expand Down

0 comments on commit 2dec4cd

Please sign in to comment.