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
Since Latin Hypercube sampling is now implemented within scipy.stats.qmc, we should investigated migrating to their implementation since we already depend on Scipy, and it's a larger, more likely to be maintained, package.
Would also prevent possible issues like we saw in 474e5b5.
There also seems to be a Latin Hypercube sampling option in SALib.
The text was updated successfully, but these errors were encountered:
Currently, we have UQpy as a dependency, but it is only used in a single function
uncertainty.create_lhs
.invert4geom/src/invert4geom/uncertainty.py
Line 39 in fae14a8
Since Latin Hypercube sampling is now implemented within
scipy.stats.qmc
, we should investigated migrating to their implementation since we already depend on Scipy, and it's a larger, more likely to be maintained, package.Would also prevent possible issues like we saw in 474e5b5.
There also seems to be a Latin Hypercube sampling option in SALib.
The text was updated successfully, but these errors were encountered: