Skip to content

Commit

Permalink
Update tutorial_equivariant_graph_embedding.py (#1271)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
CatalinaAlbornoz authored Dec 9, 2024
1 parent 5b3f376 commit b54b61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demonstrations/tutorial_equivariant_graph_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#
# For example, the graph in the image above is represented by each of the two equivalent adjacency matrices.
# The top matrix can be transformed into the bottom matrix
# by swapping the first row with the third row, then swapping the third column with the third column, then the
# by swapping the first row with the third row, then swapping the third column with the first column, then the
# new first row with the second, and finally the first colum with the second.
#
# But the number of such permutations grows factorially with the number of nodes in the graph, which
Expand Down

0 comments on commit b54b61f

Please sign in to comment.