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 May 20, 2024
1 parent 0290fc7 commit f7340d8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion UNKNOWN.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ Platform: UNKNOWN
License-File: LICENSE

UNKNOWN

2 changes: 1 addition & 1 deletion UNKNOWN.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ dpdata/vasp/poscar.py
dpdata/vasp/xml.py
dpdata/xyz/__init__.py
dpdata/xyz/quip_gap_xyz.py
dpdata/xyz/xyz.py
dpdata/xyz/xyz.py
1 change: 0 additions & 1 deletion UNKNOWN.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion UNKNOWN.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion dpdata/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ class LabeledSystem(System):
DataType("spin", np.ndarray, (Axis.NFRAMES, 3)),
DataType("coords_deltaspin", np.ndarray, (Axis.NFRAMES,)),
DataType("force_deltaspin", np.ndarray, (Axis.NFRAMES, 3)),
DataType("deltaspin", np.ndarray, (Axis.NFRAMES,))
DataType("deltaspin", np.ndarray, (Axis.NFRAMES,)),
)

post_funcs = Plugin() + System.post_funcs
Expand Down

0 comments on commit f7340d8

Please sign in to comment.