Skip to content

Commit

Permalink
Action update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jul 20, 2024
1 parent cab1a92 commit 6322dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maps4fs/generator/texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def get_relative_y(self, y: float) -> int:
raw_y = y - self.minimum_y
return self.height - int(raw_y * self.width_coef)

# pylint: disable=W0613
def _to_np(self, geometry: shapely.geometry.polygon.Polygon, *args) -> np.ndarray:
"""Converts Polygon geometry to numpy array of polygon points.
Expand Down

0 comments on commit 6322dad

Please sign in to comment.