-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: A couple of pytest tests fail when starting of the box according to CONTRIBUTING.md
#3260
Comments
I think this is a duplicate of #3254, and should hopefully be fixed by #3255 , i.e. by downgrading XGBoost to 1.7.6. In any case, thank you for opening a bug report. I'll mark it as a duplicate for now, but please let us know if the fix above does not sort your issues out locally and we can investigate further. |
Thx for pointing me at the xgboost-related issues, and I agree that most of the tests should be fixed with #3255. But for the two failing tests in
I suspect that there is some tensorflow/cuda compatibility issue since it says (running locally by following |
Yes, it looks like those two failures are something separate. Would you kindly provide the full stack trace for the As you say, it looks like a tensorflow/cuda compatibility error so it might not be specific to SHAP. |
okay - I tested it on another PC with the same OS. There it worked without problems (just speaking about the tensorflow-related tests). I then compared
Sorry for the hustle -> Closed. Just for sake of clarity, you can find the stacktrace here:
|
Issue Description
After preparing the environment as described in
CONTRIBUTING.md
, some tests fail:Reason:
Reason 1:
Reason 2:
Reason:
OS: Ubuntu 22.04
Most also fail in my pull request. I only touched torch deep explainer.
And here is the result when running with
0.41.1
:Minimal Reproducible Example
pytest
Traceback
No response
Expected Behavior
Unit tests pass after following
CONTRIBUTING.md
.Bug report checklist
Installed Versions
Commit hash: e8a176e
The text was updated successfully, but these errors were encountered: