Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Detection eddies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
IPSL
LMD
DPAO
Detection eddies
Commits
82d54d37
Commit
82d54d37
authored
8 months ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
07e8275a
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
Overlap/Analysis/report_graph.py
+3
-2
3 additions, 2 deletions
Overlap/Analysis/report_graph.py
with
3 additions
and
2 deletions
Overlap/Analysis/report_graph.py
+
3
−
2
View file @
82d54d37
...
@@ -3,8 +3,9 @@
...
@@ -3,8 +3,9 @@
"""
This script reads an edgelist and prints some information about the
"""
This script reads an edgelist and prints some information about the
corresponding graph. Note that the script loads the whole graph into
corresponding graph. Note that the script loads the whole graph into
memory, with networkx. For the global graph on 30 years, this requires
memory, with networkx. For the global graph on 30 years, this requires
about 13 GiB of main memory. The file e_overestim.txt has to be in the
about 13 GiB of main memory. The file `e_overestim.txt` has to be in
same directory as the edgelist file given as argument of the script.
the same directory as the edgelist file given as argument of the
script.
"""
"""
...
...
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