This commit is contained in:
parent
1dad24f989
commit
10c8976554
2
app.py
2
app.py
@ -3,7 +3,7 @@
|
||||
import igraph as ig
|
||||
|
||||
|
||||
def read_graph(graph_file: str = 'valos_halozat_other_dataset.txt') -> dict:
|
||||
def read_graph(graph_file: str = 'kis_dataset.txt') -> dict:
|
||||
with open(graph_file) as f:
|
||||
vertices = int(f.readline())
|
||||
edges = int(f.readline())
|
||||
|
20779
kis_dataset.txt
Normal file
20779
kis_dataset.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user