Skip to content

Commit 7b1690a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2da81f0 commit 7b1690a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

deepmd/utils/tabulate.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ def build(
169169
dtype=self.data_type,
170170
),
171171
)
172-
xx = np.append(
173-
xx, np.array([extrapolate * uu], dtype=self.data_type)
174-
)
172+
xx = np.append(xx, np.array([extrapolate * uu], dtype=self.data_type))
175173
xx_all.append(xx)
176174
nspline = (
177175
(upper - lower) / stride0

0 commit comments

Comments
 (0)