You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to let you know, I learned that the proper way to test if a corsika run was successfull is to check that there is the line:
== END OF RUN ==
in the log.
E.g.:
if'== END OF RUN =='notincorsika_log:
log.error('== END OF RUN== not in CORSIKA log output')
log.error('CORSIKA did not finish successfully')
sys.exit(1)
The text was updated successfully, but these errors were encountered:
Just to let you know, I learned that the proper way to test if a corsika run was successfull is to check that there is the line:
in the log.
E.g.:
The text was updated successfully, but these errors were encountered: