Skip to content

Commit 5a1eb15

Browse files
Jake VanderPlascopybara-github
authored andcommitted
[LSC] Ignore incorrect type annotations related to jax.numpy APIs
PiperOrigin-RevId: 568294553
1 parent 77c1345 commit 5a1eb15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stitch_elastic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def _apply_flow(
519519
nbor_flow_3d = nbor_flow[:, None, ...]
520520
nbor_mesh_3d = nbor_mesh[:, None, ...]
521521

522-
update = map_utils.compose_maps_fast(
522+
update = map_utils.compose_maps_fast( # pytype: disable=wrong-arg-types # jnp-type
523523
nbor_flow_3d,
524524
start,
525525
stride,

0 commit comments

Comments
 (0)