You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought this code worked before...but I'm now having issues using terra functions within furrr() . For example in get_wbm_grids() pulling in all the future and historic raster grids within a furrr::future_map() function returns an empty object now, with the error message "Error: external pointer is not valid", but running with just purrr::map() works as expected.
Anyone else experiencing this?
The text was updated successfully, but these errors were encountered:
I thought this code worked before...but I'm now having issues using
terra
functions withinfurrr()
. For example inget_wbm_grids()
pulling in all the future and historic raster grids within afurrr::future_map()
function returns an empty object now, with the error message "Error: external pointer is not valid", but running with justpurrr::map()
works as expected.Anyone else experiencing this?
The text was updated successfully, but these errors were encountered: