Skip to content

Commit

Permalink
Add type error suppressions for upcoming upgrade
Browse files Browse the repository at this point in the history
Reviewed By: MaggieMoss

Differential Revision: D64502797

fbshipit-source-id: cee9a54dfa8a005d5912b895d0bd094f352c5c6f
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Oct 17, 2024
1 parent e17ed5c commit 5856696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytorch3d/vis/texture_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def texturesuv_image_matplotlib(
for i in indices:
# setting clip_on=False makes it obvious when
# we have UV coordinates outside the correct range
# pyre-fixme[6]: For 1st argument expected `Tuple[float, float]` but got
# `ndarray[Any, Any]`.
ax.add_patch(Circle(centers[i], radius, color=color, clip_on=False))


Expand Down

0 comments on commit 5856696

Please sign in to comment.