From 2e822a8559ef09801456082480d6b09bc4f1ba98 Mon Sep 17 00:00:00 2001 From: Dylan <52908667+smellycloud@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:02:59 +0100 Subject: [PATCH] cleanup --- common_utils/ensemble_path.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common_utils/ensemble_path.py b/common_utils/ensemble_path.py index 35c55ba8..1de5e446 100644 --- a/common_utils/ensemble_path.py +++ b/common_utils/ensemble_path.py @@ -144,7 +144,7 @@ def _initialize_scripts(self) -> None: ] -if __name__ == "__main__": - ensemble_path = EnsemblePath("white_mustang", validate=True) - print(ensemble_path.get_directories()) - del ensemble_path +# if __name__ == "__main__": +# ensemble_path = EnsemblePath("white_mustang", validate=True) +# print(ensemble_path.get_directories()) +# del ensemble_path