Skip to content

A warning for data (GIST) #139

@favorov

Description

@favorov

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions