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

Fix cytotrace2 bug #116

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Fix cytotrace2 bug #116

merged 2 commits into from
Jul 25, 2024

Conversation

huang-sh
Copy link
Contributor

Fix the bug when adata.X is not sparse data, it will raise AttributeError: 'numpy.ndarray' object has no attribute 'columns',

huang-sh added 2 commits July 25, 2024 02:01
Fix the bug when adata.X is not sparse data, it will raise AttributeError: 'numpy.ndarray' object has no attribute 'columns',
Fix bug, expression.columns has nan, and it cann't be removed by `i is not np.nan`,  and nan is float, then raise AttributeError: 'float' object has no attribute 'upper'.
@huang-sh huang-sh changed the title Fix the bug when adata.X is not sparse data Fix cytotrace2 bug Jul 24, 2024
@Starlitnightly
Copy link
Owner

Thanks for your contribution!

@Starlitnightly Starlitnightly merged commit d06cb5f into Starlitnightly:master Jul 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants