Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use normal indexing instead of boolean indexing
Boolean indexing results in an assignment bug when the result is a single element: TypeError: NumPy boolean array indexing assignment requires a 0 or 1-dimensional input, input has 2 dimensions Closes #53
- Loading branch information