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
thirtiseven
changed the title
[BUG] test_ceil_scale_zero may fail with different seed
[BUG] test_ceil_scale_zero may fail with different datagen_seed
Nov 24, 2023
The failures have the same root cause as in #9722. The problem isn't with the ceiling operation but rather the casting of floating point to decimal which is already a known issue (and disabled by default).
Describe the bug
Similar to #9722, ceil scale zero will also failed with a very low chance.
I just tested with a large datagen length and it failed 21/500000 cases.
Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: