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
Originally posted by whitneyt1 December 6, 2022 Hi!
While pixel clustering, I encountered the following error: Error in set.seed(): seed invalid integer
When I tried manually setting seed value to 42, i received the same error.
I corrected this by changing the pixel_consesus_cluster.R file to:
instead of it calling the arg[11] from the pixel_cluster_utils.py file, which reads in str(seed).
This might be being address in #839, but just FYI!
thanks!
The text was updated successfully, but these errors were encountered:
I will link this issue to the PR addressing the Python port of ConsensusClustering. Should fix it once that gets merged in.
Sorry, something went wrong.
alex-l-kong
Successfully merging a pull request may close this issue.
Discussed in #851
Originally posted by whitneyt1 December 6, 2022
Hi!
While pixel clustering, I encountered the following error: Error in set.seed(): seed invalid integer
When I tried manually setting seed value to 42, i received the same error.
I corrected this by changing the pixel_consesus_cluster.R file to:
instead of it calling the arg[11] from the pixel_cluster_utils.py file, which reads in str(seed).
This might be being address in #839, but just FYI!
thanks!
The text was updated successfully, but these errors were encountered: