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
@oesteban Let me know if I can assist with fixing this. I think the initial bug problem of converting the json strings back to date objects is pretty straight forward.
The larger issue is that all the probes for threads and memory use are coming back as N/A. I don't know where to track that bug down.
Summary
The log file for resource monitoring stores the date-time object as a string.
These objects result in errors like the following:
Actual behavior
No generated gantt chart and python crashes.
Expected behavior
Gantt chart generated with date strings converted back to date objects
document
How to replicate the behavior
run with the
nipype.utils.draw_gantt_chart
function passing the following json log file objects in :Execution environment
The text was updated successfully, but these errors were encountered: