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
I encountered an issue when using aggregate_duplicate_var on an AnnData object where the aggregation function (aggr_fun) is set to np.max.
While using np.mean works as expected, setting aggr_fun=np.max results in the following error:
Description of the bug
I encountered an issue when using aggregate_duplicate_var on an AnnData object where the aggregation function (aggr_fun) is set to np.max.
While using np.mean works as expected, setting aggr_fun=np.max results in the following error:
Relevant files
No response
System information
OS: ubuntu20.04
numpy: 1.23.5
scipy: 1.11.4
scanpy: 1.9.6
The text was updated successfully, but these errors were encountered: