We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: