pyDOE icon indicating copy to clipboard operation
pyDOE copied to clipboard

Fix float as integer warning in repeat_centers()

Open willblatt opened this issue 7 years ago • 0 comments

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

willblatt avatar Aug 30 '17 17:08 willblatt