mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-19 05:40:34 +08:00
formatting changes from black 22.3.0
Summary: Applies the black-fbsource codemod with the new build of pyfmt. paintitblack Reviewed By: lisroach Differential Revision: D36324783 fbshipit-source-id: 280c09e88257e5e569ab729691165d8dedd767bc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c21ba144e7
commit
bef959c755
@@ -15,7 +15,7 @@ def bm_render_volumes() -> None:
|
||||
case_grid = {
|
||||
"batch_size": [1, 5],
|
||||
"raymarcher_type": [EmissionAbsorptionRaymarcher, AbsorptionOnlyRaymarcher],
|
||||
"n_rays_per_image": [64 ** 2, 256 ** 2],
|
||||
"n_rays_per_image": [64**2, 256**2],
|
||||
"n_pts_per_ray": [16, 128],
|
||||
}
|
||||
test_cases = itertools.product(*case_grid.values())
|
||||
|
||||
@@ -17,7 +17,7 @@ def bm_render_volumes() -> None:
|
||||
"batch_size": [1, 5],
|
||||
"shape": ["sphere", "cube"],
|
||||
"raymarcher_type": [EmissionAbsorptionRaymarcher, AbsorptionOnlyRaymarcher],
|
||||
"n_rays_per_image": [64 ** 2, 256 ** 2],
|
||||
"n_rays_per_image": [64**2, 256**2],
|
||||
"n_pts_per_ray": [16, 128],
|
||||
}
|
||||
test_cases = itertools.product(*case_grid.values())
|
||||
|
||||
Reference in New Issue
Block a user