mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-07-28 19:46:09 +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
@@ -226,7 +226,6 @@ def _check_raymarcher_inputs(
|
||||
if not z_can_be_none and rays_z.shape != rays_shape:
|
||||
raise ValueError("rays_z have to be of the same shape as rays_densities.")
|
||||
|
||||
# pyrefly: ignore [missing-attribute]
|
||||
if not features_can_be_none and rays_features.shape[:-1] != rays_shape:
|
||||
raise ValueError(
|
||||
"The first to previous to last dimensions of rays_features"
|
||||
|
||||
Reference in New Issue
Block a user