Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The proper way to compare shapes of `evaluable.Array` instances is using `evaluable.equalshape`. This patch replaces two `shape1 == shape2` checks with `evaluable.equalshape(shape1, shape2)` in the `solver` module.
- Loading branch information