Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksost committed Nov 13, 2024
1 parent 9b7617a commit 61170f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mttl/models/library/library_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 61170f8

Please sign in to comment.