- Sep 02, 2024
-
-
Lionel GUEZ authored
-
- Aug 23, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
It is now the same as test `Draw_component`.
-
Lionel GUEZ authored
Advantages: no need to provide the JSON file on the command line; single loop on nodes.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Keep trajectory lists inside dictionaries, indexed by trajectory number, instead of lists. This way, we can keep the trajectory numbers when we work on part of the graph, for example in a component.
-
Lionel GUEZ authored
Useless since commit d95e4619.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The motivation is to be able to create the files `*traj*.json` for only a component of the graph, so that `plot_traj.py` can plot the trajectories in a single component, with different colors for different trajectories.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
To function `plot_single_traj`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
To function `plot_single_traj`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of storing it in the repository.
-
Lionel GUEZ authored
This should have been removed in commit 311c0598.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remove timings from inside function `create_traj_list`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move function `create_traj_list` to a separate file.
-
Lionel GUEZ authored
Preparing for an independent script.
-
Lionel GUEZ authored
This should have been changed in commit 122b78b6.
-
Lionel GUEZ authored
Not worth it any longer. The function was introduced in commit 480800c9, when it had more to do.
-
Lionel GUEZ authored
Separate the construction of `traj_vert_ind` and the definition of `traj_prop`. The motivation is to be able to create the files `*traj*.json` for only a component of the graph, so that `plot_traj.py` can plot the trajectories in a single component, with different colors for different trajectories. A side benefit is that the script `trajectories.py` becomes clearer. I have measured on the global graph for 1993-2023 that this modification does not make a significant change on the running time of the script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is useful to go from vertex to trajectory. For example, Artemis wants to find the duration of the trajectory before each merging.
-
- Jul 18, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jul 10, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
- Jun 06, 2024
-
-
Lionel GUEZ authored
We want to be able to re-compute the cost, starting from the output of a previous run of `cost_function.py`, when we have discarded the input file of the previous run.
-
- May 29, 2024
-
-
Lionel GUEZ authored
Segments is no longer a test with only isolated segments since commit e1c18ad8.
-
Lionel GUEZ authored
Add tests `Cost_function_avg_date`, `Greece_date` and `Eurec4A_cost_date`.
-