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
Some of the functions in the BFT result in floating point values. Currently, we check the expected value by just equating them over ==, i.e. if expected_result == actual_result. This fails in a lot of cases where the result is not the same due to the engine architecture and the function do not have a rounding option.
The text was updated successfully, but these errors were encountered:
Some of the functions in the BFT result in floating point values. Currently, we check the expected value by just equating them over
==
, i.e.if expected_result == actual_result
. This fails in a lot of cases where the result is not the same due to the engine architecture and the function do not have arounding
option.The text was updated successfully, but these errors were encountered: