diff --git a/Wrappers/Python/cil/optimisation/operators/BlockOperator.py b/Wrappers/Python/cil/optimisation/operators/BlockOperator.py index 554897c351..fb8ae11167 100644 --- a/Wrappers/Python/cil/optimisation/operators/BlockOperator.py +++ b/Wrappers/Python/cil/optimisation/operators/BlockOperator.py @@ -349,10 +349,6 @@ def range_geometry(self): tmp.append(self.get_item(i, 0).range_geometry()) return BlockGeometry(*tmp) - # shape = (self.shape[1], 1) - # return BlockGeometry(*[el.range_geometry() for el in self.operators], - # shape=shape) - def sum_abs_row(self): res = []