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
The params objects in the metadata of the results objects were of old structure and their loading from data caused warnings. Fixed in 132 branch (849daa2).
The data objects were updated by:
data(GIST)
pt<-new(class(GIST.result@metadata$params))
GIST.result@metadata$params@checkpointInFile=pt@checkpointInFile
GIST.result@metadata$params@checkpointInterval=pt@checkpointInterval
GIST.result@metadata$params@checkpointOutFile=pt@checkpointOutFile
cgwtools::resave(GIST.result,file="./data/GIST.RData",loadverbose=TRUE)
The text was updated successfully, but these errors were encountered:
The params objects in the metadata of the results objects were of old structure and their loading from data caused warnings. Fixed in 132 branch (849daa2).
The data objects were updated by:
data(GIST)
pt<-new(class(GIST.result@metadata$params))
GIST.result@metadata$params@checkpointInFile=pt@checkpointInFile
GIST.result@metadata$params@checkpointInterval=pt@checkpointInterval
GIST.result@metadata$params@checkpointOutFile=pt@checkpointOutFile
cgwtools::resave(GIST.result,file="./data/GIST.RData",loadverbose=TRUE)
The text was updated successfully, but these errors were encountered: