-
Notifications
You must be signed in to change notification settings - Fork 547
Fix deeplift mypy error #1459
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
Fix deeplift mypy error #1459
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
79e898e to
b14b423
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
b14b423 to
dd3fa2b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
dd3fa2b to
85b769d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
Summary: Currently, Captum OSS tests are failing due to mypy failures (likely from new version) in DeepLift test cases. Adds fix for type failure caused by different signature between DeepLift and DeepLiftShap. Differential Revision: D67538043
85b769d to
aaacdca
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
aaacdca to
9071a94
Compare
Summary: Currently, Captum OSS tests are failing due to mypy failures (likely from new version) in DeepLift test cases. Adds fix for type failure caused by different signature between DeepLift and DeepLiftShap. Differential Revision: D67538043
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
9071a94 to
4b7f012
Compare
Summary: Currently, Captum OSS tests are failing due to mypy failures (likely from new version) in DeepLift test cases. Adds fix for type failure caused by different signature between DeepLift and DeepLiftShap. Differential Revision: D67538043
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
Summary: Currently, Captum OSS tests are failing due to mypy failures (likely from new version) in DeepLift test cases. Adds fix for type failure caused by different signature between DeepLift and DeepLiftShap. Differential Revision: D67538043
4b7f012 to
a67ac41
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
Summary: Python 3.8 has reached EOL in Oct 2024, so we can upgrade minimum python required for Captum to 3.9. We are seeing test failures due to dependencies when running with Python 3.8, so upgrading minimum version to resolve these. Differential Revision: D67545940
Summary: Currently, Captum OSS tests are failing due to mypy failures (likely from new version) in DeepLift test cases. Adds fix for type failure caused by different signature between DeepLift and DeepLiftShap. Differential Revision: D67538043
a67ac41 to
afd0583
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67538043 |
|
This pull request has been merged in 9a7ef2e. |
Summary: Currently, Captum OSS tests are failing due to mypy failures (likely from new version) in DeepLift test cases. Adds fix for type failure caused by different signature between DeepLift and DeepLiftShap.
Differential Revision: D67538043