ReactionMechanismGenerator / RMG-website

A Django-powered website for Reaction Mechanism Generator (RMG)
Other
20 stars 29 forks source link

cannot debug as python print statement is not working #254

Closed purkun01 closed 1 year ago

purkun01 commented 1 year ago

Hello RMG Team,

I was trying to run a input file given below and it is throwing me error as shown in the snapshot CH4 pyrolysis input file.docx

image

When I am trying to debug this error by modifying the database .py file including print statements in between, it is not shown in the terminal. Can anyone explain that why print statement are not working and what is the workaround for this problem?

Thanks in advance, Purbadree Kundu

purkun01 commented 1 year ago

we can printout by putting logging.info(" message to be displayed ")