mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-03-22 22:15:59 +08:00
apply Black 2024 style in fbcode (4/16)
Summary: Formats the covered files with pyfmt. paintitblack Reviewed By: aleivag Differential Revision: D54447727 fbshipit-source-id: 8844b1caa08de94d04ac4df3c768dbf8c865fd2f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f34104cf6e
commit
3da7703c5a
@@ -712,9 +712,9 @@ def convert_clipped_rasterization_to_original_faces(
|
||||
)
|
||||
|
||||
bary_coords_unclipped_subset = bary_coords_unclipped_subset.reshape([N * 3])
|
||||
bary_coords_unclipped[
|
||||
faces_to_convert_mask_expanded
|
||||
] = bary_coords_unclipped_subset
|
||||
bary_coords_unclipped[faces_to_convert_mask_expanded] = (
|
||||
bary_coords_unclipped_subset
|
||||
)
|
||||
|
||||
# dists for case 4 faces will be handled in the rasterizer
|
||||
# so no need to modify them here.
|
||||
|
||||
Reference in New Issue
Block a user