-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rules for importing deprecated and removed symbols (#32)
* Add rules for importing deprecated symbols * Add test for functorch * Appease mypy
- Loading branch information
Showing
6 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
2:7 TOR101 Use of deprecated function torch.qr | ||
6:7 TOR101 Use of deprecated function torch.qr | ||
9:1 TOR103 Import of deprecated function torch.qr | ||
10:7 TOR101 Use of deprecated function torch.qr | ||
13:1 TOR103 Import of deprecated function torch.qr | ||
16:7 TOR101 Use of deprecated function torch.qr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
4:1 TOR101 Use of deprecated function functorch.vmap | ||
6:1 TOR103 Import of deprecated function functorch.vmap | ||
6:1 TOR103 Import of deprecated function functorch.jacrev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
2:1 TOR004 Import of removed function torch.symeig | ||
4:8 TOR001 Use of removed function torch.symeig | ||
5:8 TOR001 Use of removed function torch.symeig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters