Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 19 forks source link

Datatypes test fails #150

Closed Bouni closed 6 months ago

Bouni commented 6 months ago

After merging #142 the datatypes test fails:

https://github.com/Bouni/python-luxtronik/actions/runs/7784910695/job/21226348609#step:5:38

@gerw could you take a closer look why?

gerw commented 6 months ago

I think because -100 / 13 = -7.7... and thus, int() and round() behave differently.

Do you know why this test didn't fail before?

Bouni commented 6 months ago

I hav not sthe slightest idea why the tests didn't fail 🤷🏽‍♂️