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 19, 2024
1 parent 0ed6116 commit 6df987c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/api_cc/tests/test_deeppot_pt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class TestInferDeepPotAPt : public ::testing::Test {
std::vector<VALUETYPE> box = {13., 0., 0., 0., 13., 0., 0., 0., 13.};
std::vector<VALUETYPE> expected_e = {

-95.307699849508, -186.461447214305, -186.403025766022, -95.608614344723, -186.321361838137, -186.291258762873};
-95.307699849508, -186.461447214305, -186.403025766022,
-95.608614344723, -186.321361838137, -186.291258762873};
std::vector<VALUETYPE> expected_f = {

0.195609936822, -0.018869745037, -0.413688195386, 0.155946987908,
Expand Down

0 comments on commit 6df987c

Please sign in to comment.