Skip to content

Commit

Permalink
Fix docstring.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 653789909
  • Loading branch information
timblakely authored and copybara-github committed Jul 18, 2024
1 parent 9a2546d commit db0ac0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions processor/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@ def __init__(self, stride: float, crop_output=True, input_volinfo=None):
box of the map; a typical use case is when inverting data for a complete
section in which case there are no other work items that could provide
data for areas outside of the inner box
input_volinfo: unused; VolumeInfo for the volume with the coordinate map
to invert
input_volinfo: VolumeInfo for the volume with the coordinate map to invert
"""
self._stride = stride
self._crop_output = crop_output
Expand Down

0 comments on commit db0ac0b

Please sign in to comment.