Skip to content

Commit

Permalink
mypy *shakes fist*
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Dec 1, 2023
1 parent 3c261d2 commit 52e489f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mpol/fourier.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ def get_vis_residuals(
V_true: NDArray[complexfloating[Any, Any]],
return_Vmod : bool = False,
channel: int = 0,
) -> NDArray[complexfloating[Any, Any]]:
) -> tuple[NDArray[complexfloating[Any, Any]], NDArray[complexfloating[Any, Any]]]:

r"""
Use `mpol.fourier.NuFFT` to get residuals between gridded `model` and loose
(ungridded) data visiblities at data (u, v) coordinates
Expand Down

0 comments on commit 52e489f

Please sign in to comment.