Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set_x adapt assertion #668

Closed
MUCDK opened this issue Mar 13, 2024 · 0 comments · Fixed by #669
Closed

set_x adapt assertion #668

MUCDK opened this issue Mar 13, 2024 · 0 comments · Fixed by #669
Assignees

Comments

@MUCDK
Copy link
Collaborator

MUCDK commented Mar 13, 2024

pd.testing.assert_series_equal(self.adata_src.[obs_names.to](http://obs_names.to/)_series(), [data.columns.to](http://data.columns.to/)_series())

requires me to do

early_dist.index.name = 'cell'
late_dist.index.name = 'cell'
early_dist.columns.name = 'cell'
late_dist.columns.name = 'cell'

which is a bit on an overkill I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants