Skip to content
Snippets Groups Projects
Commit 126fa355 authored by Le, Mia's avatar Le, Mia
Browse files

seed variation implementation with iterative find_bridges function

parent d1b84282
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,5 @@ seedfiles = sys.argv[2:]
config = 'seed_variationconf'
for seeds in seedfiles:
identifier = basename(seeds).rsplit('.')[0] + '_seedvar_different_consensus_approaches'
command = f'./cami.py -n {network} -s {seeds} -id {identifier} -conf {config} -var 10 -f;'
command = f'./cami.py -n {network} -s {seeds} -id {identifier} -conf {config} -var 100 -f;'
subprocess.call(command, shell=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment