@@ -3,7 +3,7 @@
import igraph as ig
def read_graph(graph_file: str = 'valos_halozat_formatted.txt') -> map:
def read_graph(graph_file: str = 'valos_halozat_other_dataset.txt') -> map:
with open(graph_file) as f:
vertices = int(f.readline())
edges = int(f.readline())
The note is not visible to the blocked user.