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
SpaDES,core module code checks are warning about non-declared (in metadata) inputs which are actually temporary objects using during the simulation.
In the message below, r, nn and sppKeep are not in sim.
Biomass_speciesData: inputObjects: r, nn, sppKeep are used from sim inside biomassDataInit, but are not declared in metadata inputObjects
rawBiomassMap is being assigned to sim in .inputObjects, but the following warning is issued:
D:/GitHub/LandR-tutorials/LandRDemo_coreVeg/modules/Biomass_borealDataPrep/Biomass_borealDataPrep.R
Biomass_borealDataPrep: module code: rawBiomassMap is declared in metadata outputObjects, but is not assigned in the module
SpaDES,core module code checks are warning about non-declared (in metadata) inputs which are actually temporary objects using during the simulation.
In the message below,
r
,nn
andsppKeep
are not insim
.reprex (currently failing downstream from the code checks, tho see PredictiveEcology/SpaDES.project#40)
The text was updated successfully, but these errors were encountered: