-
Notifications
You must be signed in to change notification settings - Fork 17
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: comparing variable importnace...Error in match.names(clabs, names(xi)) : names do not match previous names #88
Comments
I was not able to reproduce this error with the example data. The The section where this happens is probably in Lines 284 to 288 in d8152bd
Also, I remember the typo "variable importnace" from an earlier version of SSDM, where I corrected it. So I am wondering if this is really the latest SSDM version? Can you check if the above lines are the same in your local SSDM functions? |
I have checked and the error does not appear when running ensemble_modelling. When I look at the stacking function (SSDM::stacking) I get this: new("nonstandardGenericFunction", .Data = function (esdm, ..., It doesn't seem to give me full code but it does when I look at other SSDM functions?! I have checked package version, I have 0.2.8 |
Please provide a minimal example with the package data if you want it to be further investigated. |
Dear Sylvain and Lukas,
I keep getting this error when I run stack_modelling and I can't understand in the script where it is coming from/what I can do to fix it or if it is impacting my final model.
I understand that this error is related to rbind() but unsure where this is in the stack_modelling script?
Best wishes,
Betty
The text was updated successfully, but these errors were encountered: