Skip to content

Commit b885475

Browse files
committed
fix: codestyle
1 parent e06e0e0 commit b885475

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/00-fluent/catalytic_converter_workflow.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341

342342
# Write mesh files
343343

344-
meshing.tui.file.write_mesh('out/catalytic_converter.msh.h5')
344+
meshing.tui.file.write_mesh("out/catalytic_converter.msh.h5")
345345
# %%
346346
# Switch to Solver
347347
# ^^^^^^^^^^^^^^^^
@@ -542,7 +542,9 @@
542542
# Set iteration count and run calculation
543543

544544
run_calculation = RunCalculation(solver_session)
545-
run_calculation.iter_count = 150 # Iteration count, keep it at 150 for demo purposes only
545+
run_calculation.iter_count = (
546+
150 # Iteration count, keep it at 150 for demo purposes only
547+
)
546548
run_calculation.calculate()
547549

548550

0 commit comments

Comments
 (0)