Skip to content

Commit

Permalink
fix typo in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
amatissart committed Jan 2, 2025
1 parent c3a6af0 commit 5c46e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidago/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ output = PipelineOutputInMemory()
# Run pipeline
pipeline.run(
input=tournesol_dataset,
output=PipelineOutputInMemory(),
output=output,
criterion="largely_recommended",
)

Expand Down

0 comments on commit 5c46e8b

Please sign in to comment.