Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Jan 7, 2025
1 parent 9ac8bc8 commit a88f08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arraycontext/impl/jax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def tag(self, tags: ToTagSetConvertible, array):
return array

def tag_axis(self, iaxis, tags: ToTagSetConvertible, array):
# TODO: See `jax.experiemental.maps.xmap`, probably that should be useful?
# TODO: See `jax.experimental.maps.xmap`, probably that should be useful?
return array

def call_loopy(self, t_unit, **kwargs):
Expand Down

0 comments on commit a88f08d

Please sign in to comment.