Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pandas groupby call now defaults to `numeric_only=False`. See pandas-dev/pandas#46072. This change breaks `get_filter_stats` call when `data.obs` contains `str` and `category` dtype. It fixes by explicitly calling `median` function with `numeric_only=True`.
- Loading branch information