quantiacs-python icon indicating copy to clipboard operation
quantiacs-python copied to clipboard

Correcting for the warning that occurs

Open anshul96go opened this issue 7 years ago • 0 comments

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]

anshul96go avatar Dec 19 '18 09:12 anshul96go