Skip to content

Commit 14d6447

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a8b31c4 commit 14d6447

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dpdata/amber/md.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
force_convert = energy_convert
1919

2020

21-
def cell_lengths_angles_to_cell(cell_lengths: np.ndarray, cell_angles: np.ndarray) -> np.ndarray:
21+
def cell_lengths_angles_to_cell(
22+
cell_lengths: np.ndarray, cell_angles: np.ndarray
23+
) -> np.ndarray:
2224
"""Convert cell lengths and angles to cell vectors.
2325
2426
Parameters

0 commit comments

Comments
 (0)