Skip to content

Commit

Permalink
Merge pull request #110 from ReactionMechanismGenerator/pdep_report
Browse files Browse the repository at this point in the history
Report the reaction for which a PDep SA is executed
  • Loading branch information
alongd committed Apr 2, 2023
2 parents 064855c + 56dc7ca commit 2de3b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,8 @@ def determine_species_from_pdep_network(self,
arkane = Arkane(input_file=os.path.join(self.paths['PDep SA'], network_name, method, 'input.py'),
output_directory=os.path.join(self.paths['PDep SA'], network_name, method))
arkane.plot = True
self.logger.info(f'\nRunning PDep SA for network {network_name} using the {method} method '
f'(iteration {self.iteration})...')
self.logger.info(f'\nRunning PDep SA for network {network_name} using the {method} method\n'
f'to examine reaction {reaction} (iteration {self.iteration})...')
try:
arkane.execute()
except (AttributeError,
Expand Down

0 comments on commit 2de3b76

Please sign in to comment.