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
When using SpaDES.project, projectPath and packagePath get defined but not propagated into the output or a simList using it.
I think it'd be good to pass these paths to the simList, if they have been set, and make them accessible with getPaths -- even if SpaDES.core is not using them explicitly
I suggest that simInit doest not try to guess these paths if they are not passed via simInit(..., paths). In that case they are just "omited" (as they are being now)
The text was updated successfully, but these errors were encountered:
When using
SpaDES.project
,projectPath
andpackagePath
get defined but not propagated into the output or a simList using it.I think it'd be good to pass these paths to the
simList
, if they have been set, and make them accessible withgetPaths
-- even ifSpaDES.core
is not using them explicitlyI suggest that
simInit
doest not try to guess these paths if they are not passed viasimInit(..., paths)
. In that case they are just "omited" (as they are being now)The text was updated successfully, but these errors were encountered: