Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equating floating point values #54

Open
sanjibansg opened this issue Feb 28, 2024 · 0 comments
Open

Equating floating point values #54

sanjibansg opened this issue Feb 28, 2024 · 0 comments

Comments

@sanjibansg
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant