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 e154cdf commit 2243e71Copy full SHA for 2243e71
distributed/protocol/numpy.py
@@ -216,7 +216,7 @@ def deserialize_numpy_maskedarray(header, frames):
216
if pickled_fv:
217
fill_value = pickle.loads(fill_value)
218
219
- # Ensure fill_value is compatible with dtype
+ # Ensure fill_value is compatible with dtype
220
if fill_value is not None:
221
try:
222
fill_value = np.array(fill_value, dtype=data.dtype).item()
0 commit comments