Skip to content

Commit

Permalink
feat(#59): out
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 20, 2024
1 parent 86be147 commit fac76ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sr-data/src/sr_data/steps/combination.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main(scores, embeddings, dir):
Combination of datasets.
:param scores: Dataset with SR-score
:param embeddings: Dataset with embeddings
:param dir: In which directory to save
:param dir: Output directory
:return:
"""
print(f"Combining {scores} + {embeddings}")
Expand Down

0 comments on commit fac76ff

Please sign in to comment.