Skip to content

Commit

Permalink
Fixed return type annotation for regridding.find_indices().
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Dec 1, 2023
1 parent 513cf74 commit 9f56f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regridding/_find_indices/_find_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def find_indices(
axis_output: None | int | tuple[int, ...] = None,
fill_value: None | int = None,
method: Literal["brute"] | Literal["searchsorted"] = "brute",
):
) -> tuple[np.ndarray, ...]:
"""
Find the index of the input cell which contains the output vertex.
Expand Down

0 comments on commit 9f56f89

Please sign in to comment.