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 2243e71 commit 8866074Copy full SHA for 8866074
distributed/protocol/numpy.py
@@ -224,4 +224,3 @@ def deserialize_numpy_maskedarray(header, frames):
224
fill_value = np.ma.default_fill_value(data.dtype)
225
226
return np.ma.masked_array(data, mask=mask, fill_value=fill_value)
227
-
0 commit comments