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
Currently, when a JobProcess hits SUBMISSIONFAILED a JobCalculationExitStatus is returned instead of its integer value. The same goes for if parse_results of the execmanager fails. It is best to ensure that these enums are converted to ExitCode instances through their integer value
The text was updated successfully, but these errors were encountered:
Currently, when a
JobProcess
hitsSUBMISSIONFAILED
aJobCalculationExitStatus
is returned instead of its integer value. The same goes for ifparse_results
of theexecmanager
fails. It is best to ensure that these enums are converted toExitCode
instances through their integer valueThe text was updated successfully, but these errors were encountered: