- Sep 08, 2023
-
-
Lionel GUEZ authored
Instead of reading it from standard input.
-
Lionel GUEZ authored
Instead of reading it from a separate file.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The idea is to favor long trajectories.
-
Lionel GUEZ authored
Preparing for more complex script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Extract code from the main part of `trajectories.py` into new function `assign_traj_edge`. Because we are going to make the script more complex.
-
Lionel GUEZ authored
This will much more convenient for `cost_function.py` and `trajectories.py`. Note we then have to create a file `e_overestim.txt` for `Trajectories/Tests/edgelist_Isic_[12].csv`.
-
Lionel GUEZ authored
-
- Sep 07, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Replace function `to_eddy_agraph` by function `partition_graph_date`. `partition_graph_date` does not depend on the pygraphviz graph being created from networkx. We will also use it with a pygraphviz graph created from graph-tool.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
If there are no edges in the graph of segments then there are no cost values. In this case, in recent versions of graph-tool, when graph-tool loads the graph, it does not create a graph with the `cost_function` property, even if the property is declared in the input graphml file.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So they are related to the date, assuming `e_overestim = 10`.
-
Lionel GUEZ authored
-
- Sep 06, 2023
-
-
Lionel GUEZ authored
This carries more information.
-
Lionel GUEZ authored
-
- Sep 05, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This variable was already used in other tests.
-
Lionel GUEZ authored
Because some tests require results from other tests in this series of tests.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jul 13, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We now want the default behaviour to be renumber. `SHPC_class` expects sequential eddy indices from 1.
-
Lionel GUEZ authored
-
- Jul 12, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of using old result from Matlab. And run on cyclones instead of anticyclones, why not, just one less entry in the namelist.
-
Lionel GUEZ authored
-
- Jun 23, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because it can be created by analysis scripts.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The corresponding modules are not used in the functions.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-