Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, `Broadcast.newindex` with a `BandIndex` is specialized for structured broadcasting, but this incorrectly assumed that all the matrices involved in a structured broadcast operation will be structured matrices. This PR adds a fallback that simply converts the `BandIndex` to a `CartesianIndex` before computing the `newindex`. This PR gets the tests for `FillArrays` working on julia nightly.
- Loading branch information