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

H should have the same dtype as X. Got H.dtype = float32. #85

Closed
christophechu opened this issue Jun 1, 2024 · 4 comments
Closed

H should have the same dtype as X. Got H.dtype = float32. #85

christophechu opened this issue Jun 1, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@christophechu
Copy link

In cnmf it has been solved, But in omicverse its still here.

@christophechu
Copy link
Author

cnmf_obj.consensus(k=selected_K,
density_threshold=density_threshold,
show_clustering=True,
close_clustergram_fig=False)

@christophechu
Copy link
Author

add norm_tpm.X = norm_tpm.X.astype(np.float32) and norm_counts.X = norm_counts.X.astype(np.float32) can solve this problem

@Starlitnightly
Copy link
Owner

Hi, I can't reproduce the problem you're posing, can you give a detailed input/output case, and what is reported as an error?

Zehua

@Starlitnightly Starlitnightly added the bug Something isn't working label Jun 25, 2024
Starlitnightly added a commit that referenced this issue Aug 22, 2024
@Starlitnightly
Copy link
Owner

We have fixed this error in omicverse 1.6.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants