fitter icon indicating copy to clipboard operation
fitter copied to clipboard

Fitter worked fine and then stopped working

Open odsogunro opened this issue 4 years ago • 2 comments
trafficstars

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 avatar Aug 06 '21 08:08 odsogunro

@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

cokelaer avatar Sep 02 '21 19:09 cokelaer

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

Manitotre avatar Sep 07 '21 15:09 Manitotre