-
Notifications
You must be signed in to change notification settings - Fork 2
FAILED tests/markets/collateral/ovl/test_build.py::test_build_oi_adjusted_min #133
Comments
Test specific failure parameters:
|
Further explication of failing parameters:
Take note that these values of those parameters appear to be the results after they are treated once passed into the test from the fuzzing. Originally, they are passed in like this:
And then oi hits the line a few lines down from the start where it is raised by a factor of 1e16. |
Entire error output for this second failed case here:
For context, this failure has been generated a couple times both on branches (maybe branch) that was scarcely diverged from main, so I am not sure where this particular error has entered. It is possible, unfortunately I did not record it, that the error message from the prior failure was different - as I recall an influx of It doesn't always fail, so I'm wondering what's going on here? Is this the same test observed recently that was also periodically fickle, or was that one of the impact window tests? |
I do not quite recall the exact manifestation right now but this can happen in highly edge case scenarios.
It occurs with something in the impact calculations where the resulting power is infinitesimally small, or the impact is infinitesimally small.
Cataloguing here for future inquiry and debugging.
The text was updated successfully, but these errors were encountered: