We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
set_y
selmanozleyen
Successfully merging a pull request may close this issue.
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
which is a bit on an overkill I think
The text was updated successfully, but these errors were encountered: