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:
generatedunixname89002005232357
2026-06-02 16:19:57 -07:00
committed by meta-codesync[bot]
parent 05025bf005
commit 1f7f85c0a3
78 changed files with 12 additions and 336 deletions

View File

@@ -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"