Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NumPy warning for array to scalar conversion (#211)
Resolves: 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.)
- Loading branch information