Skip to content

Commit

Permalink
fix dataframe_io_test demo
Browse files Browse the repository at this point in the history
Signed-off-by: mgqa34 <mgq3374541@163.com>
  • Loading branch information
mgqa34 committed Jun 21, 2023
1 parent a0f5fc9 commit d501cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fate/components/components/dataframe_io_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def dataframe_io_test(

assert len(dataframe_inputs) == 4
for i in range(10):
output = next(dataframe_output)
output = next(dataframe_outputs)
output.write(ctx, dataframe_inputs[i % 4])

0 comments on commit d501cdc

Please sign in to comment.