pyemu_pestpp_workflow icon indicating copy to clipboard operation
pyemu_pestpp_workflow copied to clipboard

covariance values

Open mnfienen opened this issue 5 years ago • 1 comments
trafficstars

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)

mnfienen avatar Sep 19 '20 15:09 mnfienen

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.

jtwhite79 avatar Sep 19 '20 18:09 jtwhite79