Skip to content

To resolve sardana issue #1600

Displayed and applied values were wrongly compared as being different when differed by a tiny amount within machine precision. Propose to compare them as math.isclose(v1, v2)

Merge request reports