Skip to content

Commit

Permalink
type parameter check
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate committed Sep 17, 2024
1 parent 11512b7 commit 80cf590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudcasting/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
def lon_lat_to_geostationary_area_coords(
x: Sequence[float],
y: Sequence[float],
xr_data: xr.Dataset,
xr_data: xr.Dataset | xr.DataArray,
) -> tuple[Sequence[float], Sequence[float]]:
"""Loads geostationary area and change from lon-lat to geostationaery coords
Args:
Expand Down

0 comments on commit 80cf590

Please sign in to comment.