Skip to content

Commit

Permalink
TST: add deprecated false negative example (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored Sep 6, 2024
1 parent c755731 commit 458d6ab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@

import torch.nn as yy
yy.UpsamplingNearest2d()

func = torch.nn.UpsamplingNearest2d # not detected currently
func()

0 comments on commit 458d6ab

Please sign in to comment.