tisimst / pyDOE

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

enforce integer division #9

Closed joergdietrich closed 7 years ago

joergdietrich commented 7 years ago

Force integer division in factorial design. Necessary for python 3.x. Fixes #8

tisimst commented 7 years ago

Thank you, @joergdietrich, for submitting this. Patch merged.