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: overflow encountered in scalar #827

Open
aletzi1 opened this issue Dec 7, 2024 · 1 comment
Open

RuntimeWarning: overflow encountered in scalar #827

aletzi1 opened this issue Dec 7, 2024 · 1 comment
Labels
question Further information is requested

Comments

@aletzi1
Copy link

aletzi1 commented Dec 7, 2024

Any idea what is causing this warning in my log and how to fix it ?

Lokikirjaaja: py.warnings
Lähde: custom_components/dreame_vacuum/dreame/map.py:3826
integraatio: Dreame Vacuum (dokumentaatio, ongelmat)
Ensimmäistä kertaa ilmennyt: 17.04.23 (2 tapahtumat)
Viimeksi kirjattu: 17.04.32

/config/custom_components/dreame_vacuum/dreame/map.py:3826: RuntimeWarning: overflow encountered in scalar add data[new_index] = data[new_index] + map_data.data[current_index]

@aletzi1 aletzi1 added the question Further information is requested label Dec 7, 2024
@Tasshack
Copy link
Owner

Tasshack commented Dec 7, 2024

It supposed to overflow, map data has been designed like that. I don't know why Python is complaining and how to handle this correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants