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 Jan 9, 2025
1 parent 9e30665 commit 8d04665
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dpdata/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,11 @@ class LabeledSystem(System):
DTYPES: tuple[DataType, ...] = System.DTYPES + (
DataType("energies", np.ndarray, (Axis.NFRAMES,), deepmd_name="energy"),
DataType(
"forces", np.ndarray, (Axis.NFRAMES, Axis.NATOMS, 3), required=False, deepmd_name="force"
"forces",
np.ndarray,
(Axis.NFRAMES, Axis.NATOMS, 3),
required=False,
deepmd_name="force",
),
DataType(
"virials",
Expand Down

0 comments on commit 8d04665

Please sign in to comment.