diff --git a/lamindb/core/datasets/_core.py b/lamindb/core/datasets/_core.py index f0a6f20ee..36893fa9c 100644 --- a/lamindb/core/datasets/_core.py +++ b/lamindb/core/datasets/_core.py @@ -432,6 +432,7 @@ def mudata_papalexi21_subset() -> MuData: # pragma: no cover mdata.push_obs(["percent.mito"], mods=["rna"], drop=True) mdata["hto"].obs["technique"] = "cell hashing" mdata["hto"].obs["technique"] = mdata["hto"].obs["technique"].astype("category") + mdata.pull_obs(["technique"], mods="hto") return mdata