-
Notifications
You must be signed in to change notification settings - Fork 115
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
Python 3 numpy warnings #11
Comments
This line throws an error on my jupyter notebook (docker jupyter/minimal-notebook).
|
Fixed by using willblatt's fork: |
FWIW: I have found that there is now a pyDOE2 on pypi that is being maintained |
Glad to see that pyDOE2 is available!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Python 3.6.0, numpy 1.11.3, the following warnings appear:
At least one of them appears to be due to this line in bbdesign:
nb_lines = (n*(n-1)/2)*H_fact.shape[0]
The text was updated successfully, but these errors were encountered: