statease / dexpy

Design of Experiments in Python
https://statease.github.io/dexpy/
Other
27 stars 6 forks source link

Accessing the factorial dataframe by index now uses iloc. #40

Closed hpanderson closed 7 years ago

hpanderson commented 7 years ago

Fixes an error with newer versions of pandas.

hpanderson commented 7 years ago

Fixes #39

codecov[bot] commented 7 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff           @@
##           master     #40   +/-   ##
======================================
  Coverage    99.6%   99.6%           
======================================
  Files          28      28           
  Lines         759     759           
======================================
  Hits          756     756           
  Misses          3       3