inlabru-org / inlabru

inlabru
https://inlabru-org.github.io/inlabru/
76 stars 21 forks source link

Need to override INLA multi-core default for all example and tests #85

Closed finnlindgren closed 3 years ago

finnlindgren commented 3 years ago

Examples using INLA fail automated checks due to requesting too many cores. Need to set global num.threads="1:1" option in every example that uses INLA (most/all currently have require("INLA", quietly = TRUE), hopefully making them easier to find).

finnlindgren commented 3 years ago

I believe this has been fixed, via the bru_safe_inla() method.