Replies: 1 comment
-
Yes, we'll have this resolved once #839 is merged in, which should be this week. Thanks for tracking down the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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](https://user-images.githubusercontent.com/46573884/206032787-b327de90-8fd4-4d29-b07f-b735583094ae.png)
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](https://user-images.githubusercontent.com/46573884/206032955-24c1bfa0-993c-434d-9a12-eaf64f80e74e.png)
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](https://user-images.githubusercontent.com/46573884/206033204-4df54d68-ee57-4d6b-bf2c-6764b28fc9c5.png)
This might be being address in #839, but just FYI!
thanks!
Beta Was this translation helpful? Give feedback.
All reactions