Skip to content

Commit bc69bba

Browse files
committed
format
1 parent f85530d commit bc69bba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/nD_perfect_reactor/analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
import cantera as ct
2222
import matplotlib
2323
import matplotlib.pyplot as plt
24+
from case import SAVE_COUNT, Tend, dt, sol
2425
from tqdm import tqdm
2526

26-
from case import SAVE_COUNT, Tend, dt, sol
2727
from mfc.viz import assemble_silo, discover_timesteps
2828

2929
matplotlib.use("Agg")

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ def apply_solver(case: dict, base_cfg: dict, solver_mods: dict, alt_soundspeed:
17231723
"",
17241724
mods={},
17251725
override_tol=tol,
1726-
functor=lambda case, bc=base_cfg, sm=solver_mods, als=alt_soundspeed: apply_solver(case, bc, sm, als),
1726+
functor=lambda case, bc=base_cfg, sm=solver_mods, alt_ss=alt_soundspeed: apply_solver(case, bc, sm, alt_ss),
17271727
)
17281728
)
17291729

0 commit comments

Comments
 (0)