Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kvantricht committed Jun 20, 2024
1 parent cf741bf commit 5d1ceab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worldcereal/seasons.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d1ceab

Please sign in to comment.