TypeError: not enough arguments for format string
mattharrison opened this issue · 1 comments
mattharrison commented
The transform
function has two place holders in the string but only provides one object. Throws a TypeError
fancyimpute/fancyimpute/solver.py
Line 224 in aed8a27
sergeyf commented
Thanks @mattharrison. Are you up for a quick PR to fix it?