PredictiveEcology / Biomass_borealDataPrep

Module to parameterize the Landis Biomass Succession Model in R, for the Canadian Boreal forest
Other
2 stars 4 forks source link

is.na() applied to non-(list or vector) of type 'closure' #81

Open achubaty opened 1 year ago

achubaty commented 1 year ago

I have yet to be able to track this down, but somthing in the module is throwing the following warning, often repeatedly:

Warning messages:
1: In FUN(X[[i]], ...) :
  is.na() applied to non-(list or vector) of type 'closure'
2: In FUN(X[[i]], ...) :
  is.na() applied to non-(list or vector) of type 'closure'
CeresBarros commented 1 year ago

@achubaty is this still happening with the terra-migration branch

achubaty commented 1 year ago

Yes