Skip to content

Commit

Permalink
Downgrade F-string format
Browse files Browse the repository at this point in the history
  • Loading branch information
cuicaihao committed Mar 23, 2024
1 parent 1bbdd39 commit c138ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/splitraster/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def split_image(
print(f"Input Image File Shape (D, H, W):{ img.shape}")

stride = int(crop_size * (1 - repetition_rate))
print(f"{crop_size=}, {stride=}")
print(f"Crop Size: {crop_size}, stride: {stride}")

padded_img = padding_mul_image(img, stride)

Expand Down

0 comments on commit c138ce0

Please sign in to comment.