Eljas Roellin
Eljas Roellin
This function could look like this: ```py def missing_data_mask(edata: EHRData, layer: str| None = None, mask_values: Iterable | None = None, key_added: str = missing_data_mask, copy: bool =False) ``` with...
Good first issue for e.g. Shenbo
Added a minimal check to verify this behaviour
added, @ilan-gold
Happy to look into e.g. the classification and imputation one there! Is there an issue or so with instructions on what you want to update there, or rather a brush-through...
Happy to look into this - might become middle of october until I get enough bandwith for this though! :)
Or have a test function which merely calls they scanpy function, ensuring all of them run once. Also test against scanpy main, for earlier checks on development. This includes modifying...
- `scanpy.pp.api` and `scanpy.tl.api`: https://github.com/theislab/ehrapy/pull/908 - `scanpy.pl.api`: https://github.com/theislab/ehrapy/pull/919
PR to be opened by @eroell
Hey @flying-sheep, we're encountering this as well; @sueoglu has discoverd this, and has a small reproducible example for `dpt_groups_pseudotime` in a minute. For `dpt_timeseries`, we don't encounter this. Is it...