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
Based on failing tests in Herbie, different architectures actually create different results, specifically Ubuntu 24.04 on x86 and MacOS 14.5 on arm64 (both with Rust version 1.80). Created a unit test to run with the same expressions and rules. Used GitHub Actions to run on multiple platforms.
Based on failing tests in Herbie, different architectures actually create different results, specifically Ubuntu 24.04 on x86 and MacOS 14.5 on arm64 (both with Rust version 1.80). Created a unit test to run with the same expressions and rules. Used GitHub Actions to run on multiple platforms.
Reproduce:
nondeterminism
egg-herbie/
runRUST_LOG=info cargo test --release --package egg-herbie --lib -- bug::repro --nocapture
(h/t @zaneenders for the find)
The text was updated successfully, but these errors were encountered: