Skip to content

Commit

Permalink
Update deepsensor/model/model.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Wilby <24752124+davidwilby@users.noreply.github.com>
  • Loading branch information
MartinSJRogers and davidwilby authored Jan 21, 2025
1 parent 358b884 commit 9943e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepsensor/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ def overlap_index(
),
)

def get_coordinate_extent(ds, x1_ascend, x2_ascend) -> tuple:
def get_coordinate_extent(ds: Union[xr.DataArray, xr.Dataset], x1_ascend: bool, x2_ascend: bool) -> tuple:
"""
Get coordinate extent of dataset. This method is applied to either X_t or patchwise predictions.
Expand Down

0 comments on commit 9943e99

Please sign in to comment.