Skip to content

Commit

Permalink
Fix broken codegen tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Cattaneo committed Nov 1, 2024
1 parent 945b5ce commit c098148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/codegen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@
" function_stream: CodeIOStream, callsite_stream: CodeIOStream):\n",
" # The parameters here are:\n",
" # sdfg: The SDFG we are currently generating.\n",
" # cfg: The current control flow graph (CFG) we are currently generating. For example,
" it can be the SDFG or a loop region.
" # cfg: The current control flow graph (CFG) we are currently generating. For example\n",
" # it can be the SDFG or a loop region.\n",
" # scope: The subgraph of the state containing only the scope (map contents)\n",
" # we want to generate the code for.\n",
" # state_id: The state in the SDFG the subgraph is taken from (i.e.,\n",
Expand Down

0 comments on commit c098148

Please sign in to comment.