From 80a07a25ece47daabfd4e9e12d86d890c03a042d Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Tue, 20 Nov 2018 15:11:23 +0100 Subject: [PATCH] Added the new tasks to the task plotting scripts. --- tools/task_plots/analyse_tasks.py | 2 ++ tools/task_plots/plot_tasks.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tools/task_plots/analyse_tasks.py b/tools/task_plots/analyse_tasks.py index 0b6439ff48..ca41970c68 100755 --- a/tools/task_plots/analyse_tasks.py +++ b/tools/task_plots/analyse_tasks.py @@ -92,9 +92,11 @@ TASKTYPES = [ "cooling", "star_formation", "sourceterms", + "logger", "stars_ghost_in", "stars_ghost", "stars_ghost_out", + "stars_sort", "count", ] diff --git a/tools/task_plots/plot_tasks.py b/tools/task_plots/plot_tasks.py index e9b676d928..1fe7bcbd11 100755 --- a/tools/task_plots/plot_tasks.py +++ b/tools/task_plots/plot_tasks.py @@ -177,9 +177,11 @@ TASKTYPES = [ "cooling", "star_formation", "sourceterms", + "logger", "stars_ghost_in", "stars_ghost", "stars_ghost_out", + "stars_sort", "count", ] -- GitLab