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

covariance values #2

Open
mnfienen opened this issue Sep 19, 2020 · 1 comment
Open

covariance values #2

mnfienen opened this issue Sep 19, 2020 · 1 comment

Comments

@mnfienen
Copy link

in setup_pestpp_interface.ipynb the value of covariances for just ks must be smaller than 0.01. NaNing them out results in an empty figure in the block below.

cov = pf.build_prior()
x = cov.x.copy()
x[x<0.01] = np.NaN
plt.imshow(x)
@jtwhite79
Copy link
Contributor

not surprised by that - we probably want to do a better job of showing how to set both bnds and ult bnds since that is big part of all this.

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