-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Report
There is a bug when we try to run cf.predict because :
pert covar key == condition_id_key
As a workaround we had to create a new column in both adata and covariate_data with the key. This also happened when computing the embeddings. The bug is probably here bc we try to set an index twice or something similar
CellFlow/src/cellflow/data/_datamanager.py
Line 687 in 0f55ba2
| if condition_id_key is not None: |
I will create a reproducable unit test and fix this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working