We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran python Main.py, typed 7 and my csv filename. Then I get:
python Main.py
7
TypeError: can't multiply sequence by non-int of type 'numpy.float64'
It is an issue of pyDOE. pyDOE has not been updated since April 2018, and it has not solved this problem.
Then I found that using pyDOE2 can solve this problem from this issue.
pyDOE2
pyDOE2 is a fork of the pyDOE package.
So maybe you can install pyDOE2, and change pyDOE to pyDOE2 in DOE_functions.py.
pyDOE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran
python Main.py
, typed7
and my csv filename. Then I get:It is an issue of pyDOE. pyDOE has not been updated since April 2018, and it has not solved this problem.
Then I found that using
pyDOE2
can solve this problem from this issue.So maybe you can install pyDOE2, and change
pyDOE
topyDOE2
in DOE_functions.py.The text was updated successfully, but these errors were encountered: