Skip to content

fix NaNs in plot_task_dependencies.py

Mladen Ivkovic requested to merge fix_nans_in_plot_task_dependencies into master

Apparently newer versions of pandas read in empty csv fields as "NaN"s, not as "None"s any longer. So I manually replace them so the script works again.

Merge request reports