Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakim8048 committed Apr 19, 2024
1 parent 42e309f commit 778bc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynta/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def setup_transition_states(self,adsorbates_finished=False):
"constraints": ["freeze up to "+str(self.nslab)]}

#logging.info
logger.info(f"================= IRC mode is: {self.irc_mode} =======================")
logger.info(f"================= IRC mode is: {self.irc_mode} =======================")
#pass through

for i,rxn in enumerate(self.rxns_dict):
Expand Down

0 comments on commit 778bc02

Please sign in to comment.