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

Difficulty building the vignette #241

Open
jsta opened this issue Sep 16, 2020 · 1 comment
Open

Difficulty building the vignette #241

jsta opened this issue Sep 16, 2020 · 1 comment

Comments

@jsta
Copy link
Contributor

jsta commented Sep 16, 2020

When I attempt to build the vignette, I get the following error:

Error in predictSolute.loadComp(no3_lc, "flux", estdat, se.pred = TRUE) :
Uncertainty estimates were not stored with the model. Refit with 'uncertainty' in 'store' argument to enable se.pred=TRUE

I'm able to fix the error by storing the uncertainty when creating no3_lc:

no3_lc <- loadComp(reg.model=no3_lr, interp.format="conc", 
  interp.data=intdat, store = "uncertainty")

Would a PR that allows the vignette to be built be welcome?

@aappling-usgs
Copy link
Contributor

Sure, that would be great!

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

2 participants