Skip to content

Commit

Permalink
add obs_names to control_method output
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jul 11, 2024
1 parent 5ef354f commit 65bc1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/control_methods/true_labels/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@
'label_pred': obs_label_pred
}
)
output.obs_names = input_test.obs_names

output.write_h5ad(par['output'], compression='gzip')

0 comments on commit 65bc1c3

Please sign in to comment.