Skip to content
Snippets Groups Projects
Commit 075050d9 authored by Mia Le's avatar Mia Le
Browse files
parents 97cb186e b446ac96
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ seedfiles = sys.argv[2:] ...@@ -9,5 +9,5 @@ seedfiles = sys.argv[2:]
config = 'seed_variationconf' config = 'seed_variationconf'
for seeds in seedfiles: for seeds in seedfiles:
identifier = basename(seeds).rsplit('.')[0] + '_seedvar_different_consensus_approaches' identifier = basename(seeds).rsplit('.')[0] + '_seedvar_different_consensus_approaches'
command = f'./cami.py -n {network} -s {seeds} -id {identifier} -v -conf {config} -var -f;' command = f'./cami.py -n {network} -s {seeds} -id {identifier} -conf {config} -var 100 -f;'
subprocess.call(command, shell=True) 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