From 5d1ceabf954828d23d32aa9b7d7f876f70c48c8f Mon Sep 17 00:00:00 2001 From: Kristof Van Tricht Date: Thu, 20 Jun 2024 11:06:03 +0200 Subject: [PATCH] Fix typo --- src/worldcereal/seasons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worldcereal/seasons.py b/src/worldcereal/seasons.py index a0df9382..f889295d 100644 --- a/src/worldcereal/seasons.py +++ b/src/worldcereal/seasons.py @@ -53,7 +53,7 @@ def circular_distance(a, b): return median_day -def doy_from_tiff(season: str, kind: str, bonds: tuple, epsg: int, resolution: int): +def doy_from_tiff(season: str, kind: str, bounds: tuple, epsg: int, resolution: int): """Function to read SOS/EOS DOY from TIFF Args: