-
Notifications
You must be signed in to change notification settings - Fork 13.3k
regression: assertion left == right
failed for floats
#128898
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
The first crate is doing exact comparison on let anw = sum_bid.ln() - sum_ask.ln();
let result = orderbook.get_ordebook_skew_by_range(&range_diff);
assert_eq!(anw, result); |
The second one is more surprising, those numbers are pretty different
Third one
|
The I'm not entirely sure I understand the test in question, but it appears to be asserting that no processor had 0% usage over the past second, which is not necessarily the case, especially on multi-core systems and especially when running only |
Hmm. Can we exclude a crate from running its tests only but still check if it builds? |
This was a float issue that got classed as a sorting issue (but all the sorting issues seem to actually be hashmap issues): https://crater-reports.s3.amazonaws.com/beta-1.81-2/beta-2024-07-26/gh/tommarek.MPCHomeControl/log.txt |
This is now a stable regression, but I'm not sure what we can do (or want to do) |
P Triage: status unclear, are these regressions still problematic? |
I guess we'll keep this issue around in case we can reference it from other reports (Zulip thread) @rustbot label -I-prioritize |
The text was updated successfully, but these errors were encountered: