The Wayback Machine - https://web.archive.org/web/20200609101046/https://github.com/bukosabino/ta/issues/83
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeWarning #83

Open
bukosabino opened this issue Oct 29, 2019 · 8 comments
Open

RuntimeWarning #83

bukosabino opened this issue Oct 29, 2019 · 8 comments

Comments

@bukosabino
Copy link
Owner

@bukosabino bukosabino commented Oct 29, 2019

trend.py:170: RuntimeWarning: invalid value encountered in double_scalars
  dip[i] = 100 * (dip_mio[i]/trs[i])

trend.py:174: RuntimeWarning: invalid value encountered in double_scalars
  din[i] = 100 * (din_mio[i]/trs[i])
@AntMatRod
Copy link

@AntMatRod AntMatRod commented Nov 14, 2019

site-packages\ta\trend.py:468: RuntimeWarning: invalid value encountered in double_scalars
dip[i] = 100 * (self._dip[i]/self._trs[i])

site-packages\ta\trend.py:472: RuntimeWarning: invalid value encountered in double_scalars
din[i] = 100 * (self._din[i]/self._trs[i])

@AntMatRod
Copy link

@AntMatRod AntMatRod commented Nov 14, 2019

site-packages\ta\trend.py:468: RuntimeWarning: invalid value encountered in double_scalars
dip[i] = 100 * (self._dip[i]/self._trs[i])

site-packages\ta\trend.py:472: RuntimeWarning: invalid value encountered in double_scalars
din[i] = 100 * (self._din[i]/self._trs[i])

same issues

@alimrd318
Copy link

@alimrd318 alimrd318 commented Mar 22, 2020

same issue

1 similar comment
@daggamault
Copy link

@daggamault daggamault commented Mar 28, 2020

same issue

@msarm
Copy link

@msarm msarm commented Apr 1, 2020

Same issue

\.venv\lib\site-packages\ta\trend.py:543: RuntimeWarning: invalid value encountered in double_scalars
  dip[i] = 100 * (self._dip[i]/self._trs[i])
\.venv\lib\site-packages\ta\trend.py:547: RuntimeWarning: invalid value encountered in double_scalars
  din[i] = 100 * (self._din[i]/self._trs[i])
@bukosabino
Copy link
Owner Author

@bukosabino bukosabino commented Apr 1, 2020

Hi all,

This is a warning error.

I will fix it asap.

Best,
Dario

@saltyDan716
Copy link

@saltyDan716 saltyDan716 commented Apr 18, 2020

Hi, first off thanks for doing this! Second, im just curious if there is and ETA for this fix?
Thanks again,
Dan

@sagarkhale
Copy link

@sagarkhale sagarkhale commented Jun 8, 2020

RuntimeWarning: invalid value encountered in double_scalars
dip[i] = 100 * (self._dip[i]/self._trs[i])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.