Skip to content

Commit

Permalink
space removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabhicusp committed Nov 1, 2023
1 parent 85bcac3 commit a94f3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xee/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def __init__(
# TODO(#40): Investigate data discrepancy (off-by-one) issue.
x_min, y_min = self.transform(x_min_0, y_min_0)
x_max, y_max = self.transform(x_max_0, y_max_0)

x_min = x_min - x_min % self.scale_x
y_max = y_max - y_max % self.scale_y
self.bounds = x_min, y_min, x_max, y_max
Expand Down

0 comments on commit a94f3a2

Please sign in to comment.