tirthajyoti / doepy

Design of Experiment Generator. Read the docs at: https://doepy.readthedocs.io/en/latest/
MIT License
143 stars 41 forks source link

Rewrite construct_df and add tests #17

Open gedeck opened 1 year ago

gedeck commented 1 year ago

Closes #16, #14, #9

See e.g. https://github.com/gedeck/doepy/actions/runs/3165946032 how github actions work

hoechenberger commented 1 year ago

Hello! What's the status on this? :)

gedeck commented 1 year ago

I don't know. I use the package in an upcoming book (https://gedeck.github.io/mistat-code-solutions/IndustrialStatistics/) and was hoping that it would get fixed soon. Unfortunately, this hasn't happened yet, so I incorporated the code into the package that accompanies the book (https://github.com/gedeck/mistat, https://pypi.org/project/mistat/; import using from mistat.design import doe).

I'm not happy with this solution but it was the best I could do for now.

hoechenberger commented 1 year ago

Thanks for your swift response, @gedeck!!