Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Aug 28, 2023
1 parent c49cbed commit 497e027
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Support/ceptr/ceptr/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def production_rate(
kc_conv_inv = cu.fkc_conv_inv(mechanism, species_info, reaction)

dim = cu.phase_space_units(reaction.reactants)
print("rt: ", reaction.reaction_type)
third_body = reaction.reaction_type.startswith("three-body")
falloff = reaction.reaction_type.startswith("falloff")
is_troe = False
Expand All @@ -211,7 +210,6 @@ def production_rate(
if not third_body and not falloff:
# Case 3 !PD, !TB
ctuc = cu.prefactor_units(cc.ureg("kmol/m**3"), 1 - dim)
# print("yo:", reaction)
pef = (
reaction.rate.pre_exponential_factor * ctuc
).to_base_units()
Expand Down

0 comments on commit 497e027

Please sign in to comment.