quantiacs-python
quantiacs-python copied to clipboard
Correcting for the warning that occurs
The following warning occurs: E:\Anaconda\lib\site-packages\quantiacsToolbox\quantiacsToolbox.py:881: RuntimeWarning: invalid value encountered in true_divide position = position / np.sum(abs(position)) I tried to correct that using numpy.seterr() [added in line 32]