Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Factored multiplication case out of CubeCombiner. All CLI tests pass. Need to sort unit tests and then make code nicer. * Split existing unit tests between plugins and they pass. * Reduced "broadcast_to_coords" to "broadcast_to_threshold" boolean, consistent with use case and CLI interface. * Simplified setting up of coords for broadcast to use threshold only. * Factored out broadcasting into CubeMultiplier. Coord checking needs tidying up but all tests pass. * Removed unused method. * Pythonified coordinate checking. * Removed "self.operation" and summarised use more clearly. * Addressed comments from first review. * Response to second review.
- Loading branch information