Closed maurolepore closed 5 years ago
Instead of excluding failing equations, evaluate with purrr::safely() and missing default. The errors could be printed as warnings.
purrr::safely()
This will make it easier to understand why some boimass values can't be evaluated (https://github.com/forestgeo/fgeo.biomass/issues/23).
boimass
Instead of excluding failing equations, evaluate with
purrr::safely()
and missing default. The errors could be printed as warnings.This will make it easier to understand why some
boimass
values can't be evaluated (https://github.com/forestgeo/fgeo.biomass/issues/23).