Closed ljgray closed 2 months ago
The pipeline runner is built as a generator and uses StopIteration to signal that it's done. This PR fixes a bug where a ufunc could be called with only numpy array inputs but out=<mpiarray.MPIArray>.
StopIteration
out=<mpiarray.MPIArray>
The pipeline runner is built as a generator and uses
StopIteration
to signal that it's done. This PR fixes a bug where a ufunc could be called with only numpy array inputs butout=<mpiarray.MPIArray>
.