andremun / pyInstanceSpace

A Python version of the InstanceSpace analysis toolkit
1 stars 0 forks source link

205 prelim raise err when doing multi run #214

Closed KIAND-glitch closed 2 weeks ago

KIAND-glitch commented 3 weeks ago

Fix Box-Cox transformation error by handling float return type in boxcox_llf

Previously, the code assumed that stats.boxcox_llf always returned an array and attempted to subscript it, causing a 'float' object is not subscriptable error. Updated the code to handle cases where a float is returned.

KIAND-glitch commented 2 weeks ago

Thanks @Hazel-Yi, all tests are now passing, will merge to dev