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
Under some circumstances the tracebacks are removed from a report and only the exception is visible. When it happens is not completely clear, but it might be related to parallelization and how the traceback of the subprocess is nested inside the traceback of the main process.
Problem description
Under some circumstances the tracebacks are removed from a report and only the exception is visible. When it happens is not completely clear, but it might be related to parallelization and how the traceback of the subprocess is nested inside the traceback of the main process.
Expected Output
It should be clear where the error happened.
The text was updated successfully, but these errors were encountered: