inlabru-org / fmesher

Standalone package for mesh/SPDE/GMRF code from the INLA package
https://inlabru-org.github.io/fmesher/
Mozilla Public License 2.0
11 stars 1 forks source link

fm_manifold ignores all type options but the first given (0.1.6) #16

Closed finnlindgren closed 1 week ago

finnlindgren commented 2 weeks ago

Test:

fm_manifold(fm_rcdt_2d_inla(globe = 2), type = c("R", "S"))
# FALSE

Expected result:

# TRUE

This is due to a regression where it only considers a single type option.

Reported in https://github.com/eliaskrainski/INLAspacetime/issues/3

finnlindgren commented 2 weeks ago

Fixed in 0.1.6.9001

finnlindgren commented 1 week ago

Version 0.1.7 that fixes this is now on its way onto CRAN