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
The os.killpg kills the fm_dispatch process such that the exception e is never raised. If there is a bug in fm_dispatch that triggers an exception, it will not be printed to the terminal. Running fm_dispatch in the runpath only gives you the output Terminated.
The
os.killpg
kills the fm_dispatch process such that the exceptione
is never raised. If there is a bug in fm_dispatch that triggers an exception, it will not be printed to the terminal. Runningfm_dispatch
in the runpath only gives you the outputTerminated
.ert/src/_ert/forward_model_runner/fm_dispatch.py
Lines 194 to 199 in 68271ad
The text was updated successfully, but these errors were encountered: