Replace operator == for floating-point comparison in test #965
Labels
part:tests
Affects the unit, integration and performance (benchmarks) tests
priority:low
This should be addressed only if there is nothing else on the table
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
Replace operator
==
in https://github.com/frequenz-floss/frequenz-sdk-python/blob/v1.x.x/tests/actor/test_data_sourcing.py to compare floating-point values against the result of addition operations involving floating-point numbers.Proposed solution
Use isclose() from pytest or math instead.
Additional context
This is a follow-up from a code review: https://github.com/frequenz-floss/frequenz-sdk-python/pull/955/files#r1630265422
The text was updated successfully, but these errors were encountered: