Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
lecontm committed Sep 9, 2024
1 parent 2bd2d49 commit d47c9c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandora/check_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def check_disparity_ranges_are_inside_image(disparity: list[int], image: rasteri
:param image: left image
:type image: rasterio.io.DatasetReader
"""
print(f"{disparity=}")
if np.abs(disparity).min() > image.width:
raise ValueError("Disparity range out of image")

Expand Down

0 comments on commit d47c9c5

Please sign in to comment.