Skip to content
Snippets Groups Projects
Commit 6f8ae792 authored by bay9355's avatar bay9355
Browse files

edited seedvar

parent 91d78887
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ network = sys.argv[1]
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 100 -f -p;'
identifier = basename(seeds).rsplit('.')[0] + '_seedvar_tools_comparison'
command = f'./cami.py -n {network} -s {seeds} -id {identifier} -conf {config} -var 50 -f -p;'
subprocess.call(command, shell=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment