Sylvestre Lacour

Results 1 comments of Sylvestre Lacour

+1, I got the masked error: site-packages/scipy/_lib/_util.py in _asarray_validated(a, check_finite, sparse_ok, objects_ok, mask_ok, as_inexact) 283 if not mask_ok: 284 if np.ma.isMaskedArray(a): --> 285 raise ValueError('masked arrays are not supported') 286...