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 48a9d62 commit 1ce79e3Copy full SHA for 1ce79e3
mkl_fft/_numpy_fft.py
@@ -1494,4 +1494,3 @@ def irfft2(a, s=None, axes=(-2, -1), norm=None):
1494
check_norm(norm)
1495
x = _float_utils.__downcast_float128_array(a)
1496
return irfftn(x, s, axes, norm)
1497
-
0 commit comments