From add4d5521b9ed84437e317cda3f9169deaea577e Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt <max.schmidt@fz-juelich.de> Date: Tue, 29 May 2018 15:32:11 +0900 Subject: [PATCH] remove deprecated code from figure script --- figures/Schmidt2018_dyn/Fig9_path_analysis.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/figures/Schmidt2018_dyn/Fig9_path_analysis.py b/figures/Schmidt2018_dyn/Fig9_path_analysis.py index 84f383e..d5cba94 100644 --- a/figures/Schmidt2018_dyn/Fig9_path_analysis.py +++ b/figures/Schmidt2018_dyn/Fig9_path_analysis.py @@ -154,11 +154,6 @@ for target_area in M.area_list: HZ_path_lengths.append( path_lengths[source_pop][target_pop]) -# ## Statistics of path stages -HL_stages = [len(path) for path in HL_paths] -LH_stages = [len(path) for path in LH_paths] -HZ_stages = [len(path) for path in HZ_paths] - C = Counter(HL_path_pairs) fn = 'Fig9_tex_files/{}_lw_HL_paths.tex'.format(label) write_out_lw(fn, C) -- GitLab