Skip to content

Commit

Permalink
#362 fixed bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jul 12, 2022
1 parent 55eb5df commit b96e91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arekit/contrib/utils/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ def serialize(pipeline, doc_ids_iter, keep_labels, do_balance, sample_rows_provi
samples_repo.balance()

# Write repositories
samples_repo.write(writer=samples_writer, target=samples_target())
opinions_repo.write(writer=opinions_writer, target=opinions_target())
samples_repo.write(writer=samples_writer, target=samples_target)
opinions_repo.write(writer=opinions_writer, target=opinions_target)

0 comments on commit b96e91d

Please sign in to comment.