Skip to content

Commit 6c0f5e2

Browse files
committed
Fix coverage
1 parent 0aff5ea commit 6c0f5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi4py_fft/mpifft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def local_slice(self, forward_output=True):
360360
ip.subshape)]
361361
return tuple(s)
362362

363-
def local_shape(self, forward_output=False):
363+
def local_shape(self, forward_output=False): #pragma: no cover
364364
"""The local (to each processor) shape of data
365365
366366
Parameters

0 commit comments

Comments
 (0)