You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perturbation_space: skip None-keyed layers in _combine (#1000)
sc.get.aggregate can leave a None-keyed layer on the AnnData it returns; PseudobulkSpace.compute strips it, but the _combine refactor in #994 added `key.endswith("_control_diff")` calls that crash on a stray None key (e.g. when callers hand-build the input).
Filter to string keys before doing the string ops and the iteration that builds the new AnnData.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments