mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-06-21 06:28:53 +08:00
Revert D107142434: Enable Pyrefly in fbcode/vision/fair
Differential Revision: D107142434 Original commit changeset: 25929bb3d5a3 Original Phabricator Diff: D107142434 fbshipit-source-id: 0aecaeba28d7d8db8f9273406a080e41aa77c4a7
This commit is contained in:
committed by
meta-codesync[bot]
parent
05025bf005
commit
1f7f85c0a3
@@ -141,7 +141,6 @@ def sample_farthest_points_naive(
|
||||
|
||||
for n in range(N):
|
||||
# Initialize an array for the sampled indices, shape: (max_K,)
|
||||
# pyrefly: ignore [no-matching-overload]
|
||||
sample_idx_batch = torch.full(
|
||||
# pyre-fixme[6]: For 1st param expected `Union[List[int], Size,
|
||||
# typing.Tuple[int, ...]]` but got `Tuple[Tensor]`.
|
||||
|
||||
Reference in New Issue
Block a user