You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting the following error.
TypeError: can't convert np.ndarray of type numpy.object_. The only supported types are: float64, float32, float16, complex64, complex128, int64, int32, int16, int8, uint8, and bool.
with another input I get TypeError: can't multiply sequence by non-int of type 'float'
what should be the type of input file?
The text was updated successfully, but these errors were encountered:
shimasadri
changed the title
can't convert np.ndarray of type numpy.object
input type- can't convert np.ndarray of type numpy.object
Aug 6, 2024
I keep getting the following error.
TypeError: can't convert np.ndarray of type numpy.object_. The only supported types are: float64, float32, float16, complex64, complex128, int64, int32, int16, int8, uint8, and bool.
with another input I get TypeError: can't multiply sequence by non-int of type 'float'
what should be the type of input file?
The text was updated successfully, but these errors were encountered: