Skip to content

Commit f51e567

Browse files
committed
reformatting
1 parent 89c6d13 commit f51e567

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pydmd/varprodmd.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,7 @@ def _compute_dmd_jac(
212212
jac_out[jac_out.shape[0] // 2 :, j] = jac_flat.imag
213213

214214
# construct imaginary part for optimization
215-
jac_out[
216-
: jac_out.shape[0] // 2, _alphas.shape[-1] + j
217-
] = -jac_flat.imag
215+
jac_out[: jac_out.shape[0] // 2, _alphas.shape[-1] + j] = -jac_flat.imag
218216
jac_out[jac_out.shape[0] // 2 :, _alphas.shape[-1] + j] = jac_flat.real
219217

220218
return jac_out

0 commit comments

Comments
 (0)