Skip to content

Commit

Permalink
[samples] Fix regression in diffusion_flame_batch.py
Browse files Browse the repository at this point in the history
Remove code introduced in #1394
  • Loading branch information
ischoegl authored and speth committed Sep 29, 2022
1 parent 760ea59 commit 488bd1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions samples/python/onedim/diffusion_flame_batch.py
Expand Up @@ -26,9 +26,6 @@
import cantera as ct


import warnings
warnings.filterwarnings("error", module=".*")

class FlameExtinguished(Exception):
pass

Expand All @@ -52,7 +49,6 @@ class FlameExtinguished(Exception):

reaction_mechanism = 'h2o2.yaml'
gas = ct.Solution(reaction_mechanism)
gas.reactant_stoich_coeffs3
width = 18e-3 # 18mm wide
f = ct.CounterflowDiffusionFlame(gas, width=width)

Expand Down

0 comments on commit 488bd1a

Please sign in to comment.