From ff86b5f54be849c10d7f0462a1114a5552bbaf73 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Thu, 4 Mar 2021 00:35:20 +0100 Subject: [PATCH] Polish --- Convert_Matlab/inst_eddies.m | 1 + Convert_Matlab/overlap_v6.py | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Convert_Matlab/inst_eddies.m b/Convert_Matlab/inst_eddies.m index 8820f369..b6235c97 100644 --- a/Convert_Matlab/inst_eddies.m +++ b/Convert_Matlab/inst_eddies.m @@ -12,4 +12,5 @@ disp('Saving...') %%tic save('adt_v6', '-v6') %%toc +disp('Matlab done') exit diff --git a/Convert_Matlab/overlap_v6.py b/Convert_Matlab/overlap_v6.py index aa2193ec..fabf3333 100755 --- a/Convert_Matlab/overlap_v6.py +++ b/Convert_Matlab/overlap_v6.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 -"""This script reads the eddy graph from Matlab v6 mat files and - writes it to a new file in edgelist format. +"""This script reads the eddy graph from Matlab v6 files + id_child_(anti|cyclo).mat, N(anti|cyclo).mat and date_num.mat, and + writes the graph to a new file in edgelist format. """ -- GitLab