From 61170f8c6f9f2bfbbacd687a69be7fc6c29b44b1 Mon Sep 17 00:00:00 2001 From: oleksost Date: Wed, 13 Nov 2024 11:39:02 -0500 Subject: [PATCH] formatter --- mttl/models/library/library_transforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mttl/models/library/library_transforms.py b/mttl/models/library/library_transforms.py index 368bb8e2..04640cf6 100644 --- a/mttl/models/library/library_transforms.py +++ b/mttl/models/library/library_transforms.py @@ -342,7 +342,7 @@ def __init__(self, config: KnotMergeConfig = None): def transform(self, library) -> Expert: if type(library) == str: library = ExpertLibrary.get_expert_library(library) - # TODO: this should probably be stored in the library instead of the local path. + # TODO: this should probably be stored in the library instead of the local path. # Current libary.add_auxiliary_data requires that aux data is associated with an expert, this is not associated with any expert. if not os.path.exists(self.config.path): U, task_Ss, task_sVs, UsV_dict = self.apply_svd(library)