We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b523fc7 commit bd4d515Copy full SHA for bd4d515
examples/convolution_2d.py
@@ -3,7 +3,6 @@
3
=================
4
"""
5
6
-
7
#######################################################################################
8
# Import packages
9
# ---------------
pytorch_finufft/functional.py
@@ -448,7 +448,7 @@ class FinufftType3(torch.autograd.Function):
448
ISIGN_DEFAULT = -1 # note: FINUFFT default is 1
449
450
@staticmethod
451
- def setup_context( # type: ignore[override]
+ def setup_context(
452
ctx: Any,
453
inputs: Tuple[
454
torch.Tensor,
0 commit comments