Skip to content
Snippets Groups Projects
Commit 119cfa5a authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix(bud_metric): cover empty cases

parent 285bac72
No related branches found
No related tags found
No related merge requests found
......@@ -72,5 +72,6 @@ class bud_metric(LineageProcess):
mothers_mat[i] = buds_metric
df = pd.DataFrame(mothers_mat, index=md.keys(), columns=signal.columns)
df.index.names = signal.index.names
if len(df):
df.index.names = signal.index.names
return df
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment