fitter
fitter copied to clipboard
Fitter worked fine and then stopped working
trafficstars
Hello,
I ran fitter successfully for a dataset I am working with, and then it stopped working.
-
1st run

-
2nd run

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.

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