Skip to content

Commit d2fbcc0

Browse files
committed
Black reformatting
1 parent 5edb1db commit d2fbcc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_bopdmd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from pydmd.bopdmd import BOPDMD
66

7+
78
def simulate_z(t_eval):
89
"""
910
Given a time vector t_eval = t1, t2, ..., evaluates and returns
@@ -472,6 +473,7 @@ def test_mode_prox():
472473
"""
473474
Test that the mode_prox function is applied as expected.
474475
"""
476+
475477
def dummy_prox(X):
476478
return X + 1.0
477479

0 commit comments

Comments
 (0)