Closed dsgibbons closed 1 year ago
We have seen GitHub Actions randomly fail occasionally due to floating-point precision issues. See, for example:
In both cases, the tests passed after being re-run with no source code changes. We should consider either increasing some of the floating-point tolerances, or investigate why we are seeing such large random deviations in test_deep.py.
test_deep.py
Closing in favour of https://github.com/slundberg/shap/issues/2960
We have seen GitHub Actions randomly fail occasionally due to floating-point precision issues. See, for example:
In both cases, the tests passed after being re-run with no source code changes. We should consider either increasing some of the floating-point tolerances, or investigate why we are seeing such large random deviations in
test_deep.py
.