Skip to content

Commit

Permalink
Remove old t2 functions, all tests/lints passing
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 13, 2023
1 parent da65bff commit 3a6ea17
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 1,143 deletions.
4 changes: 1 addition & 3 deletions pytorch_finufft/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ def check_output_shape(ndim: int, output_shape: Union[int, Tuple[int, ...]]) ->
_COORD_CHAR_TABLE = "xyz"


def _type2_checks(
points_tuple: Tuple[torch.Tensor, ...], targets: torch.Tensor
) -> None:
def _type2_checks(points_tuple: torch.Tensor, targets: torch.Tensor) -> None:
"""
Performs all type, precision, size, device, ... checks for the
type 2 FINUFFT
Expand Down
Loading

0 comments on commit 3a6ea17

Please sign in to comment.