Skip to content

Commit

Permalink
Docstring change
Browse files Browse the repository at this point in the history
  • Loading branch information
MargaretDuff committed Oct 18, 2023
1 parent 32e057b commit 4e0ca6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Wrappers/Python/cil/optimisation/operators/BlockOperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 4e0ca6a

Please sign in to comment.