-
Notifications
You must be signed in to change notification settings - Fork 10
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 running "inlasloo" #66
Comments
I wouldn't be surprised if this is because INLA has pulled lots of code out into fmesher. I'll try to have a look but might require quite an extensive rewrite of inlautils so it might not be quick. |
Hi Tim Yes, looking at class of the mesh created in my computer, it seems that it comes from the library "fmesher":
fm_mesh_2d object: But also it is a inla.mesh object, so something could be there to help you (maybe?)... Best, |
Ah, I might just be able to switch |
Hi everyone!
I'm trying to run loo-cv for a spatial model using simulated data. I have been following the example from the INLAutils package (https://github.com/timcdlucas/INLAutils?tab=readme-ov-file#spatial-leave-one-out-cross-validation-sloo-cv) but I'm having this error:
\textttt{Error in if (class(mesh) != "inla.mesh") stop("unexpected class instead of inla.mesh class for the argument "mesh"") :
the condition has length > 1}
I would be grateful if you can help me!
Thanks,
The text was updated successfully, but these errors were encountered: