all_meta_df creation is broken as of two weeks ago because of a dask update (from_delayed throws an error when the input is the empty list []). This breaks basic functionality because diy assumes create_graph has include_meta=False in the input and output, but create_graph only works when include_meta=True.
I moved the all_meta_df creation a few lines down, after an include_meta check.
all_meta_df
creation is broken as of two weeks ago because of adask
update (from_delayed
throws an error when the input is the empty list[]
). This breaks basic functionality becausediy
assumescreate_graph
hasinclude_meta=False
in the input and output, butcreate_graph
only works wheninclude_meta=True
.I moved the
all_meta_df
creation a few lines down, after aninclude_meta
check.See https://github.com/aertslab/arboreto/issues/38 for details.