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

Seed invalid integer #852

Closed
ngreenwald opened this issue Dec 7, 2022 Discussed in #851 · 1 comment · Fixed by #839
Closed

Seed invalid integer #852

ngreenwald opened this issue Dec 7, 2022 Discussed in #851 · 1 comment · Fixed by #839
Assignees
Labels
bug Something isn't working

Comments

@ngreenwald
Copy link
Member

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
Screen Shot 2022-12-06 at 1 53 26 PM

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:
Screen Shot 2022-12-06 at 2 03 06 PM

instead of it calling the arg[11] from the pixel_cluster_utils.py file, which reads in str(seed).
Screen Shot 2022-12-06 at 2 04 28 PM

This might be being address in #839, but just FYI!

thanks!

@ngreenwald ngreenwald added the bug Something isn't working label Dec 7, 2022
@alex-l-kong
Copy link
Contributor

I will link this issue to the PR addressing the Python port of ConsensusClustering. Should fix it once that gets merged in.

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

Successfully merging a pull request may close this issue.

2 participants