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
The test for targeted_long_with_budget is flaking with some pretty large errors w.r.t. to the limit set in the test.
---- long::targeted::tests::test_calculate_targeted_long_with_budget stdout ----
thread 'long::targeted::tests::test_calculate_targeted_long_with_budget' panicked at crates/hyperdrive-math/src/long/targeted.rs:513:17:
target_rate was 0.012070337217259815, realized rate is 0.012090982675932314. abs_error=0.000020645458672499 was not <= 0.000000100000000000.
Expected Behavior
Should be less than the expected error.
Actual Behavior
Large error.
Steps to Reproduce
Run the test enough times, it will flake.
Possible Solution
Not sure what the issue is.
The text was updated successfully, but these errors were encountered:
Crash Report
Description
The test for
targeted_long_with_budget
is flaking with some pretty large errors w.r.t. to the limit set in the test.Expected Behavior
Should be less than the expected error.
Actual Behavior
Large error.
Steps to Reproduce
Run the test enough times, it will flake.
Possible Solution
Not sure what the issue is.
The text was updated successfully, but these errors were encountered: