Skip to content

Increase tolerance for test to not rely on floating point comparison

Sebastian Ohlmann requested to merge fix_comparison_in_test into develop

Description

Previously, if the numbers are interpreted as floating point numbers, the comparison depended on exact floating point comparison. With a slightly higher tolerance, this is not the case anymore.

Checklist

Merge request reports