Skip to content

Commit

Permalink
remove unnesecary NO_JULIA check
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Jun 12, 2024
1 parent dcef9ab commit ffdf92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/rmg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def initialize(self, **kwargs):
self.reaction_model.add_species_to_edge(spec, requires_rms=requires_rms)

for reaction_system in self.reaction_systems:
if not NO_JULIA and isinstance(reaction_system, RMSReactor):
if isinstance(reaction_system, RMSReactor):
reaction_system.finish_termination_criteria()

# Load restart seed mechanism (if specified)
Expand Down

0 comments on commit ffdf92c

Please sign in to comment.