cokelaer/fitter

Fitter worked fine and then stopped working

Opened this issue · 2 comments

Hello,

I ran fitter successfully for a dataset I am working with, and then it stopped working.

  • 1st run

Screen Shot 2021-08-06 at 10 12 39 AM

  • 2nd run

Screen Shot 2021-08-06 at 10 12 26 AM

What could possibly be the issue?

@odsogunro did you solve your issue ? Would you have a reproducible example or at least the snippet. information relatd to versions and platform may be useful as well. thanks

Same thing happened for me. I found out the problem was that my input had dtype=object.
image

As soon as I converted the dtype to float it worked without problems.
image