- May 28, 2024
-
-
Lionel GUEZ authored
This does not change any result, it is just an equivalent formulation. We are preparing for a generalization of the choice of `ip_beg` and `ip_end`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- May 27, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Apr 27, 2024
-
-
Lionel GUEZ authored
`comp_ishape` can now compute `i_slice`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Compute `i_slice` in `comp_ishape` if `i_slice` is None. Add default value of None for dummy argument `i_slice`.
-
Lionel GUEZ authored
Move dummy argument `i_slice` of function `comp_ishape` to last position. Because we are going to add a default value.
-
- Apr 26, 2024
-
-
Lionel GUEZ authored
For `Test_compare` version > 0.4.
-
- Mar 01, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Feb 26, 2024
-
- Feb 21, 2024
-
-
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
-
Lionel GUEZ authored
-
- Feb 20, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
These files will usually be created in the same directory.
-
Lionel GUEZ authored
-
- Feb 19, 2024
-
-
Lionel GUEZ authored
-
- Feb 12, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jan 08, 2024
-
-
Lionel GUEZ authored
Correct the test to know whether we can use part of the properties already calculated for the beginning of the segment. When `len_seg == 2 * n_days_avg`, `g.vp.inst_eddies[n][-n_days_avg:] = g.vp.inst_eddies[n][n_days_avg:]` so `g.vp.inst_eddies[n][:n_days_avg]` and `g.vp.inst_eddies[n][-n_days_avg:]` are disjoint. The bug comes from commit bdd0ce41.
-
Lionel GUEZ authored
-
- Jan 03, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So that corresponding dates are in a possible order. `edgelist_Isic_2.csv` still has the same edges than `edgelist_Isic_1.csv` in a different order. Note that we also have to change `e_overestim`.
-
- Jan 02, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Following the move of `extract_component.py`.
-
Lionel GUEZ authored
Move script `extract_component.py` from directory Trajectories to directory Overlap. It does not deal with trajectories and it does not need the input graph to be a graph a segments.
-
Lionel GUEZ authored
-
- Dec 20, 2023
-
-
Lionel GUEZ authored
-
- Dec 01, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is useful to find the shortest path between the beginning and the end of a trajectory, or to create a histogram of the number of trajectories per component.
-