This commit is contained in:
parent
2243c2c75b
commit
7de66f7bf2
2
app.py
2
app.py
@ -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())
|
||||
|
147894
valos_halozat_other_dataset.txt
Normal file
147894
valos_halozat_other_dataset.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user