Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCatt91 committed Oct 25, 2023
1 parent c6325c4 commit 2cb2b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion besskge/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
self.batch_sampler = batch_sampler
if not (evaluation or return_scores):
raise ValueError(
"Nothing to return. Provide `evaluation` or set" " `return_scores=True`"
"Nothing to return. Provide `evaluation` or set `return_scores=True`"
)
if corruption_scheme not in ["h", "t"]:
raise ValueError("corruption_scheme needs to be either 'h' or 't'")
Expand Down

0 comments on commit 2cb2b17

Please sign in to comment.