-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
This lecture has the following DeprecationWarnings
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
return list(map(float, (value, entropy)))
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
return list(map(float, (value, entropy)))
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
return list(map(float, (value, entropy)))
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
return list(map(float, (value, entropy)))
that need to be resolved.
@kp992 can you look at this and fix the warnings.
Metadata
Metadata
Assignees
Labels
No labels