Posts by Luis • 1 point
1 post
-
0
votes1
answer126
viewsQ: curve_fit: can’t Multiply Sequence by non-int of type 'numpy.float64'
I’m having trouble with the curve_fit of the scipy, the error that comes out tells me that it can’t multiply sequence by float, I’m trying to create a sequence based on the function I defined and…