We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568b208 commit db1a1c2Copy full SHA for db1a1c2
1 file changed
mkl_fft/_fft_utils.py
@@ -63,6 +63,7 @@ def _check_shapes_for_direct(xs, shape, axes):
63
return False
64
return True
65
66
+
67
def _check_shapes_equiv_s_none(s, shape, axes):
68
for si, ai in zip(s, axes):
69
try:
0 commit comments