You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
While running my script I get the following warning:
/usr/local/lib/python3.5/dist-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
The script runs just fine after that.
Reproducible Steps:
Just running any script
PyStan Version:
2.17.1
Python Version:
3.5.2
Operating System:
Ubuntu 16.04.3 LTS
The text was updated successfully, but these errors were encountered:
Summary:
While compiling C++ code I get a Future Warning
Description:
While running my script I get the following warning:
/usr/local/lib/python3.5/dist-packages/pystan/misc.py:399: FutureWarning: Conversion of the second argument of issubdtype from
float
tonp.floating
is deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type
The script runs just fine after that.
Reproducible Steps:
Just running any script
PyStan Version:
2.17.1
Python Version:
3.5.2
Operating System:
Ubuntu 16.04.3 LTS
The text was updated successfully, but these errors were encountered: