From ba3d410b3fda7edbb5d9ed86184acd76744c2841 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Fri, 6 Mar 2026 19:03:54 +0100 Subject: [PATCH] now that non ipr (ietr) machines have been migrated from physix to alambix, updated the graphs generator accordingly to exclude these machines from the graphs. work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3560] fixes [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=4335] --- cocluto/cluster_stats.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cocluto/cluster_stats.py b/cocluto/cluster_stats.py index 72c4dfd..e872c39 100644 --- a/cocluto/cluster_stats.py +++ b/cocluto/cluster_stats.py @@ -40,6 +40,10 @@ def is_test_machine(name): 'physix13', 'physix14', 'physix15', + 'alambix12', + 'alambix13', + 'alambix14', + 'alambix15', ]