Skip to content
Snippets Groups Projects
Commit 5e68e21f authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Choose a more general input file name

parent b85ac728
Branches
Tags
No related merge requests found
...@@ -110,7 +110,7 @@ t0 = time.perf_counter() ...@@ -110,7 +110,7 @@ t0 = time.perf_counter()
print('Loading gt file...') print('Loading gt file...')
g = graph_tool.Graph() g = graph_tool.Graph()
g.load(f'global_segmented_{orientation}.gt') g.load('segmented.gt')
t1 = time.perf_counter() t1 = time.perf_counter()
print(f'Loading done: {g}') print(f'Loading done: {g}')
print(t1 - t0) print(t1 - t0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment