Skip to content
Snippets Groups Projects
Commit 2721b9e9 authored by Fize Jacques's avatar Fize Jacques
Browse files

Update

parent ac750057
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ def generate_sbm_prob_matrix(nb_of_blocks,prob_btw_block=0.1): ...@@ -27,7 +27,7 @@ def generate_sbm_prob_matrix(nb_of_blocks,prob_btw_block=0.1):
GRAPH_SIZE = [50,75,100] GRAPH_SIZE = [50,75,100]
OUTPUT_DIR = args.output_dir OUTPUT_DIR = args.output_dir
if os.path.exist(OUTPUT_DIR): if os.path.exists(OUTPUT_DIR):
raise FileExistsError("Output directory does not exists !") raise FileExistsError("Output directory does not exists !")
parameters = { parameters = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment