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

edited seed variation config

parent cfc3bf6a
Branches
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