Closed AndersFreund closed 3 years ago
Seems the callers of condense_dichotomous_set in quantipy/core/tools/dp/prep.py expect it to return two values, but in some cases condense_dichotomous_set will only return 1.
condense_dichotomous_set
quantipy/core/tools/dp/prep.py
https://github.com/Quantipy/quantipy/blob/08aa7089b3a53835a52de9aa62adec5c4db634ee/quantipy/core/tools/dp/prep.py#L268
Fixed with https://github.com/Quantipy/quantipy/commit/0e608926a751b1d3ed28ca10041e941351c6ac4e
Seems the callers of
condense_dichotomous_set
inquantipy/core/tools/dp/prep.py
expect it to return two values, but in some casescondense_dichotomous_set
will only return 1.https://github.com/Quantipy/quantipy/blob/08aa7089b3a53835a52de9aa62adec5c4db634ee/quantipy/core/tools/dp/prep.py#L268