Skip to content

Commit 409b39d

Browse files
committed
Remove obsolete comments.
They describe some kinetics comments that were moved in 921d425 and removed in 22e6a13
1 parent 25ff548 commit 409b39d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rmgpy/rmg/model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,9 +1760,6 @@ def add_reaction_library_to_edge(self, reaction_library):
17601760
self.add_species_to_edge(spec)
17611761

17621762
for rxn in self.new_reaction_list:
1763-
# Note that we haven't actually evaluated any fluxes at this point
1764-
# Instead, we remove the comment below if the reaction is moved to
1765-
# the core later in the mechanism generation
17661763
if not (self.pressure_dependence and rxn.elementary_high_p and rxn.is_unimolecular()
17671764
and isinstance(rxn, LibraryReaction) and isinstance(rxn.kinetics, Arrhenius) and \
17681765
(self.pressure_dependence.maximum_atoms is None or self.pressure_dependence.maximum_atoms >= \

0 commit comments

Comments
 (0)