Skip to content

Commit 40bc22c

Browse files
committed
Black reformatting
1 parent 1329713 commit 40bc22c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pydmd/bopdmd.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,10 @@ def compute_operator(self, H, t):
858858
else:
859859
num_consecutive_fails += 1
860860

861-
if not runtime_warning_given and num_consecutive_fails >= self._bag_warning:
861+
if (
862+
not runtime_warning_given
863+
and num_consecutive_fails >= self._bag_warning
864+
):
862865
msg = (
863866
"{} many trials without convergence. "
864867
"Consider loosening the tol requirements "

0 commit comments

Comments
 (0)