dsgibbons/shap

Random floating-point errors in GitHub Actions

dsgibbons opened this issue · 1 comments

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.

Closing in favour of shap#2960