diff --git a/src/VertexPartition.py b/src/VertexPartition.py index 7788dd9..ddb2561 100644 --- a/src/VertexPartition.py +++ b/src/VertexPartition.py @@ -977,7 +977,7 @@ def Bipartite(graph, resolution_parameter_01, types = list(types) if set(types) != set([0, 1]): - new_type = ig.UniqueIdGenerator() + new_type = _ig.UniqueIdGenerator() types = [new_type[t] for t in types] if set(types) != set([0, 1]):