Skip to content

Commit

Permalink
remove initial species add - was carried over by accident during deve…
Browse files Browse the repository at this point in the history
…lopment, gone on main
  • Loading branch information
JacksonBurns committed Dec 3, 2024
1 parent 6153383 commit 1325017
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rmgpy/rmg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,6 @@ def initialize(self, **kwargs):
# Load databases
self.load_database()

for spec in self.initial_species:
self.reaction_model.add_species_to_edge(spec, requires_rms=requires_rms)

for reaction_system in self.reaction_systems:
if isinstance(reaction_system, RMSReactor):
reaction_system.finish_termination_criteria()
Expand Down

0 comments on commit 1325017

Please sign in to comment.