Closed etrain closed 8 years ago
This adds a fix for the non-apply method in VectorSplitter which doesn't have a proper termination condition when the blocksize is not an exact multiple of the vector size.
Closes #188
Sorry I should have done this in the same solvers PR. Code change LGTM. Some minor test comments
Fixed formatting issues and added a test.
good catch, thanks!
LGTM
This adds a fix for the non-apply method in VectorSplitter which doesn't have a proper termination condition when the blocksize is not an exact multiple of the vector size.
Closes #188