Skip to content

Convert float to string before Decimal

To avoid rounding issue of float, we must rely on the Python string format.

Closes #12738 (closed)

Merge request reports