Closed ccruizm closed 1 year ago
Hi Christian,
Thanks for your message and for including these information! I have found this issue recently too, the error is coming from the step:
more input features than maxFeatures, subsetting features using variance ranking
where StabMap attempts to automatically perform some feature selection to generate the reference PC scores.
A workaround is to set the argument for maxFeatures
to a value higher than the number of input features in your datasets, which in your case might be 10,000 or so, or even if you set to maxFeatures = Inf
this would work.
Could you try this out and let me know how you go? Meanwhile I'll look into fixing this bug,
Best wishes, Shila
Hello Shila! thanks for the reply. Yes, I tested it, and can confirm that setting maxFeatures = Inf
gets rid of the error :)
Good day!
I want to apply your tool to my own data using the indirect mosaic data integration. However after setting up the objects as indicated in the tutorial I get the next error when running
stabMap
What do you think the problem is? Please let me know if you need any more info!
Thanks in advance!