tisimst / pyDOE

Design of experiments for Python
BSD 3-Clause "New" or "Revised" License
263 stars 114 forks source link

Fix float as integer warning in repeat_centers() #12

Open willblatt opened 6 years ago

willblatt commented 6 years ago

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