From 8f47c8f95be9ceca539a42a8d8c2770b7036c198 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Mon, 20 Jan 2025 17:24:12 +0100 Subject: [PATCH] vacdst host rename (#49) --- src/plotting/loads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plotting/loads.py b/src/plotting/loads.py index b78677f..1f98f5d 100644 --- a/src/plotting/loads.py +++ b/src/plotting/loads.py @@ -7,7 +7,7 @@ sns.set_theme() language = ["Nim", "Rust", "Go"] -server = ["metal-01.he-eu-hel1.vacdst.misc", "metal-01.he-eu-fsn1.vacdst.misc"] +server = ["metal-01.he-eu-hel1.misc.vacdst"] folders_grouped = [("../gossipsubdata_2nd/load/109/", "../gossipsubdatarust/load/109/", "../gossipsubdatago/load/109/"), ("../gossipsubdata_2nd/load/198/", "../gossipsubdatarust/load/198/", "../gossipsubdatago/load/198/")]