Skip to content

Commit

Permalink
misc: Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Dec 19, 2024
1 parent e114923 commit 0dae417
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_visitors.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,7 @@ def test_map_nodes(block1):
assert len(map_nodes.keys()) == 1

for iters, (expr,) in map_nodes.items():
# Replace the outermost `Iteration` with a placeholder, represented in
# this example by a `Call` to a `Callable`
# Replace the outermost `Iteration` with a `Call`
callback = Callable('solver', iters[0], 'void', ())
processed = Transformer({iters[0]: Call(callback.name)}).visit(block1)

Expand Down

0 comments on commit 0dae417

Please sign in to comment.