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

qs:qserialize() zstd compression error #42

Open
billdenney opened this issue Jan 6, 2023 · 0 comments
Open

qs:qserialize() zstd compression error #42

billdenney opened this issue Jan 6, 2023 · 0 comments

Comments

@billdenney
Copy link
Contributor

While running SCM in the documentation example, there is an error:

  Error in qs::qserialize(ui) : zstd compression error
  [1] "error fitting the model for the covariate "
  <simpleError: zstd compression error>

https://github.com/nlmixr2/nlmixr2extra/actions/runs/3852288938/jobs/6564288954#step:6:2350

It appears to occur here:

nlmixr2extra/R/SCM.R

Lines 72 to 74 in c13dc98

#' auto2 <- covarSearchAuto(fit, varsVec = c("ka", "cl"), covarsVec = c("WT"),
#' catvarsVec= c("SEX"), restart = TRUE)
#'

I cannot replicate this locally, but it seems to happen repeatably in CI. My current guess is that this is (part of) the CI issue that I'm trying to work through in #30.

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