Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent 387c015 commit ce02c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ def test_geobox_overlap(dst_dstslices):

tr = native_pix_transform(src, dst)

# _, roi_dst = _relative_rois(src, dst, tr, pts_per_side=pts_per_side, padding=padding, align=align)
# _, roi_dst = _relative_rois(src, dst, tr, pts_per_side=pts_per_side, padding=padding, align=align)

# This code is from _relative_rois, just to check the output
xy = tr.back(unstack_xy(gbox_boundary(dst, pts_per_side)))
Expand Down

0 comments on commit ce02c92

Please sign in to comment.