Skip to content

Commit

Permalink
Activate test for TF and dca.vectorize_method support
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 556714332
  • Loading branch information
Conchylicultor authored and The visu3d Authors committed Aug 31, 2023
1 parent a64c854 commit b494832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visu3d/dc_arrays/camera_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def test_camera_render(
)
points = points.as_xnp(xnp)
points = points.broadcast_to((1,) * len(shape) + point_shape)
if shape and xnp is enp.lazy.jnp:
if shape and xnp in (enp.lazy.jnp, enp.lazy.tnp):
pytest.skip('vmap not (yet) supported for cam.render')
img = cam.render(points)
assert img.shape == shape + (H, W, 3)
Expand Down

0 comments on commit b494832

Please sign in to comment.