pyDOE
pyDOE copied to clipboard
Fix float as integer warning in repeat_centers()
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 error in the future
Addresses issue #11