We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ff548 commit 409b39dCopy full SHA for 409b39d
1 file changed
rmgpy/rmg/model.py
@@ -1760,9 +1760,6 @@ def add_reaction_library_to_edge(self, reaction_library):
1760
self.add_species_to_edge(spec)
1761
1762
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
1766
if not (self.pressure_dependence and rxn.elementary_high_p and rxn.is_unimolecular()
1767
and isinstance(rxn, LibraryReaction) and isinstance(rxn.kinetics, Arrhenius) and \
1768
(self.pressure_dependence.maximum_atoms is None or self.pressure_dependence.maximum_atoms >= \
0 commit comments