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
As a quick hacky way to start, I created a _AnnDataProxy class that makes AnnData’s dimensions available via Mapping interface. We should remove that and have the Interface directly interact with the AnnData object.
We should probably add tests first, that makes refactoring easier
The text was updated successfully, but these errors were encountered:
As a quick hacky way to start, I created a
_AnnDataProxy
class that makes AnnData’s dimensions available via Mapping interface. We should remove that and have the Interface directly interact with the AnnData object.We should probably add tests first, that makes refactoring easier
The text was updated successfully, but these errors were encountered: