-
Notifications
You must be signed in to change notification settings - Fork 21
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
pyDOE #336
Comments
@lcgraham do you have any thoughts on this? |
@smattis do you think this is worth trying out? more features, better maintenance (active community relative to what we depend on now, which is stale).
|
I am open to use |
@smattis can we try to switch this out for v3? |
We only use it for latin hypercube sampling and it is still working fine. If we were using more advanced features, then it may be worth the effort, but I don't see it at all as a priority. |
While trying to track down the issue for #335, I found that
pyDOE
has not been maintained in several years, with the author offering an apology a little over a year ago. There are a number of issues, including lack of python3 support, and more flexible random number generation, that have languished as PRs over the years.One contributor started his own fork, which seems to be active. https://github.com/clicumu/pyDOE2
To this end, I suggest we discuss the merits of switching to
pyDOE2
in favor ofpyDOE
, or consider removing it as a dependency altogether? Still unsure if this is at all related to the build errors on https://travis-ci.org/UT-CHG/BET/jobs/536822304 but it could be, sinceadaptiveSampling
seems to be our problem.The text was updated successfully, but these errors were encountered: