Skip to content

Commit

Permalink
#503 Remove target extension parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Sep 15, 2023
1 parent d33aa51 commit 69e7229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tutorials/test_tutorial_pipeline_sampling_prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test(self):
text_provider=text_provider)

writer = PandasCsvWriter(write_header=True)
samples_io = SamplesIO(self.__output_dir, writer, prefix="prompt-sample", target_extension=".tsv.gz")
samples_io = SamplesIO(self.__output_dir, writer, prefix="prompt-sample")

pipeline_item = BaseSerializerPipelineItem(
rows_provider=rows_provider,
Expand Down

0 comments on commit 69e7229

Please sign in to comment.