You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
This addresses the issue where floating point values
retrieved from the configuration were not being rounded properly,
leading to slight inaccuracies. This fix ensures that all float values
are correctly rounded to two decimal places before being passed to Lua,
thereby ensuring consistent behavior and data accuracy.
Expected behavior:
With the implemented changes, when floating point values are retrieved,
they will now be rounded to two decimal places. For example, a
configured value of `1.15` will correctly be returned as `1.15` in Lua
scripts.
0 commit comments