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

Error when df <= 0 caused by maxK_cell's default value of NA #5

Open
cassie-hartzog opened this issue Nov 22, 2023 · 0 comments
Open

Comments

@cassie-hartzog
Copy link

When determining what value to set for maxK_cell, if df is never > 0, maxK_cell retains its original value of NA, causing an error in the execution of the statement if (maxK > maxK_cell) . Even if that error is avoided, it seems that rather than throwing a warning, the function should stop execution, else it will throw an error when maxK_cell is referenced later.

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

No branches or pull requests

1 participant