We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d22aed commit 9c7be2cCopy full SHA for 9c7be2c
1 file changed
pytest.ini
@@ -32,6 +32,8 @@ filterwarnings =
32
ignore:chol argument to CholLinearOperator should be a TriangularLinearOperator.*:DeprecationWarning:linear_operator.operators.chol_linear_operator
33
; https://github.com/shap/shap/issues/4280 (fixed in shap>=0.51.0, but only available for Python 3.11+)
34
ignore:Conversion of an array with ndim > 0 to a scalar is deprecated:DeprecationWarning:shap.explainers.other._maple
35
+ ; https://github.com/shap/shap/pull/5060
36
+ ignore:The set_(bad|over|under) function will be deprecated.*:PendingDeprecationWarning:shap.plots.colors._colors
37
; https://github.com/cornellius-gp/linear_operator/issues/131
38
ignore:Sparse invariant checks are implicitly disabled.*:UserWarning:linear_operator
39
0 commit comments