use new dataset
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2020-10-02 01:13:54 +02:00
parent 2243c2c75b
commit 7de66f7bf2
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 147895 additions and 1 deletions

2
app.py
View File

@ -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

File diff suppressed because it is too large Load Diff