Answers for "FutureWarning: Passing (type, 1) or '1type'"

2

FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint8 = np.dtype([("quint8", np.uint8, 1)])'

1. pip uninstall numpy 
2. pip install numpy==1.16.4
Posted by: Guest on June-13-2020

Code answers related to "FutureWarning: Passing (type, 1) or '1type'"

Browse Popular Code Answers by Language