Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A warning for data (GIST) #139

Open
favorov opened this issue Jan 9, 2025 · 0 comments
Open

A warning for data (GIST) #139

favorov opened this issue Jan 9, 2025 · 0 comments

Comments

@favorov
Copy link
Collaborator

favorov commented Jan 9, 2025

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant