I moved to pyCharm and using ffn now to make equity curves etc...
Receive this error again that i used to in jupyter but that went away. What do i need to do when i run in pyCharm:
C:\Users.....\venv\lib\site-packages\ffn\core.py:2054: RuntimeWarning: invalid value encountered in minimum
negative_returns = np.minimum(returns, 0.)
I moved to pyCharm and using ffn now to make equity curves etc... Receive this error again that i used to in jupyter but that went away. What do i need to do when i run in pyCharm:
C:\Users.....\venv\lib\site-packages\ffn\core.py:2054: RuntimeWarning: invalid value encountered in minimum negative_returns = np.minimum(returns, 0.)