Skip to content

Commit

Permalink
Update examples/intro/checking_validity_of_a_pag.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Li <[email protected]>
Signed-off-by: Aryan Roy <[email protected]>
  • Loading branch information
aryan26roy and adam2392 authored Jul 15, 2024
1 parent 5844e08 commit 3d236be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intro/checking_validity_of_a_pag.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

# Finally, the graph looks like this:
dot_graph = draw(pag)
dot_graph.render(outfile="new_pag.png", view=True)
dot_graph.render(outfile="valid_pag.png", view=True)


# %%
Expand Down

0 comments on commit 3d236be

Please sign in to comment.