- Feb 21, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The description was wrong since commit e35226da.
-
Lionel GUEZ authored
Do not use option `--node` in test of `plot_components.py`, since we are going to remove it.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move function `partition_graph_date` from script `report_graph.py` to script `edgelist_to_Graphviz.py`. `partition_graph_date` is no longer used in `report_graph.py`.
-
Lionel GUEZ authored
Because we are going to add a function and we will need to import `edgelist_to_Graphviz`.
-
Lionel GUEZ authored
The Graphviz file can be created with `edgelist_to_Graphviz.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
`argparse` is overkill here.
-
Lionel GUEZ authored
Just write a new edgelist. The Graphviz file can be created afterwards with `edgelist_to_Graphviz.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move part of tests to new test series in sub-directory.
-
Lionel GUEZ authored
Rather than from current series of tests.
-
Lionel GUEZ authored
Move Python scripts to new sub-directory `Analysis`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move component extraction functionality to new script `extract_component_nx.py`. For clarity.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Note that llcrnrlat and urcrnrlat were not used.
-
Lionel GUEZ authored
-
- Feb 20, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So we can use the output file of `extract_component.py` as input of `draw_segments.py`, for example.
-
Lionel GUEZ authored
As in script `Trajectories/segments.py`.
-
Lionel GUEZ authored
These files will usually be created in the same directory.
-
Lionel GUEZ authored
Rather than from current series of tests.
-
Lionel GUEZ authored
-
- Feb 19, 2024
-
-
Lionel GUEZ authored
-
- Feb 13, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-