Skip to content

Commit

Permalink
chore: refactor global stat
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml committed Apr 8, 2024
1 parent 6c299fa commit 80159e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tests/pt/model/test_linear_atomic_model_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def setUp(self):
),
# bias of foo: 1, 3
"energy": to_torch_tensor(np.array([5.0, 7.0]).reshape(2, 1)),
"find_energy": np.float32(1.0),
}
]
self.tempdir = tempfile.TemporaryDirectory()
Expand Down

0 comments on commit 80159e1

Please sign in to comment.