joi0104/tomorrow-bitcoin

`np.float64 == np.dtype(float).type`. 에러 발생

Opened this issue · 0 comments

elif np.issubdtype(np.asarray(v).dtype, float):
C:\Users\JinYoung\Anaconda3\lib\site-packages\pystan\misc.py:399: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.