You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
in
setup_pestpp_interface.ipynb
the value of covariances for justk
s must be smaller than 0.01.NaN
ing them out results in an empty figure in the block below.The text was updated successfully, but these errors were encountered: