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
Sometimes it happens that Isolate does not report memory usage. The exact circumstances depend on the kernel version. In such cases, merge_execution_stats in cms/grading/steps/stats.py fails when attempting to use + or max on None.
Sometimes it happens that Isolate does not report memory usage. The exact circumstances depend on the kernel version. In such cases,
merge_execution_statsincms/grading/steps/stats.pyfails when attempting to use+ormaxonNone.