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

Removed unnecessary commas #1

Merged
merged 1 commit into from
May 11, 2024
Merged

Conversation

JonCrisX
Copy link
Contributor

@JonCrisX JonCrisX commented May 11, 2024

    141         # Prepare Data ---------------------------------------------------------
    142         if (exp_array.sum(0) == 0).sum() > 0:
--> 143             warnings.warn(
    144                 "Some columns in the exp_array contains all zero values, ",
    145                 "which often causes trouble in inference. Please consider ",

TypeError: 'str' object cannot be interpreted as an integer

@haozhu233
Copy link
Contributor

Oh, that's right! Thanks for the fix!

@haozhu233 haozhu233 merged commit 44b2c56 into TuftsBCB:master May 11, 2024
1 check failed
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