Skip to content

Commit 9c161d1

Browse files
generatedunixname89002005307016facebook-github-bot
generatedunixname89002005307016
authored andcommitted
suppress errors in vision/fair/pytorch3d
Differential Revision: D26658196 fbshipit-source-id: f38950ace2ff95ad1170a0d8acd5420bcb6dd4b7
1 parent 1342964 commit 9c161d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytorch3d/renderer/points/rasterize_points.py

-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ def rasterize_points(
125125

126126
if bin_size != 0:
127127
# There is a limit on the number of points per bin in the cuda kernel.
128-
# pyre-fixme[58]: `//` is not supported for operand types `int` and
129-
# `Union[int, None, int]`.
130128
points_per_bin = 1 + (max_image_size - 1) // bin_size
131129
if points_per_bin >= kMaxPointsPerBin:
132130
raise ValueError(

0 commit comments

Comments
 (0)