From 49e33a6d68b5ea69f9db29bf509283f60bf76669 Mon Sep 17 00:00:00 2001 From: Polichinl Date: Thu, 31 Oct 2024 12:32:34 +0100 Subject: [PATCH] No longer using slots anywhere --- common_utils/model_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_utils/model_path.py b/common_utils/model_path.py index 88f06d70..51ae9c9b 100644 --- a/common_utils/model_path.py +++ b/common_utils/model_path.py @@ -656,7 +656,7 @@ def get_directories(self) -> Dict[str, Optional[str]]: directories = {} relative = False for attr, value in self.__dict__.items(): - # value = getattr(self, attr) + if str(attr) not in [ "model_name", "root",