Skip to content

Commit

Permalink
Merge pull request #542 from marrink-lab/fix/540b
Browse files Browse the repository at this point in the history
quick fix doc
  • Loading branch information
fgrunewald committed Sep 6, 2023
2 parents 621b5d9 + 1d46b08 commit 154829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vermouth/graph_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_attrs(node, attrs):
def partition_graph(graph, partitions):
"""
Create a new graph based on `graph`, where nodes are aggregated based on
`partitions`, similar to :func:`~networkx.algorithms.minors.quotient_graph`,
`partitions`, similar to the networkx `quotient_graph`,
except that it only accepts pre-made partitions, and edges are not given
a 'weight' attribute. Much fast than the quotient_graph, since it creates
edges based on existing edges rather than trying all possible combinations.
Expand Down

0 comments on commit 154829d

Please sign in to comment.