Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linkprediction_depo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jacques Fize
linkprediction_depo
Commits
fdc76ce5
Commit
fdc76ce5
authored
4 years ago
by
Fize Jacques
Browse files
Options
Downloads
Patches
Plain Diff
Update
parent
2721b9e9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generate_theoric_random_graph.py
+1
-1
1 addition, 1 deletion
generate_theoric_random_graph.py
with
1 addition
and
1 deletion
generate_theoric_random_graph.py
+
1
−
1
View file @
fdc76ce5
...
@@ -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
.
exists
(
OUTPUT_DIR
):
if
not
os
.
path
.
exists
(
OUTPUT_DIR
):
raise
FileExistsError
(
"
Output directory does not exists !
"
)
raise
FileExistsError
(
"
Output directory does not exists !
"
)
parameters
=
{
parameters
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment