William Blattman

Results 2 issues of William Blattman

In Python 3.6.0, numpy 1.11.3, the following warnings appear: ``` C:\Users\######\AppData\Local\Continuum\Anaconda3\lib\site-packages\pydoe-0.3.8-py3.6.egg\pyDOE\doe_repeat_center.py:43: VisibleDep recationWarning: using a non-integer number instead of an integer will result in an error in the future .C:\Users\######\AppData\Local\Continuum\Anaconda3\lib\site-packages\pydoe-0.3.8-py3.6.egg\pyDOE\doe_factorial.py:78:...

Removes warning in new versions of numpy which warn against using 'float' as 'int' as index. `doe_repeat_center.py:43: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an...