Skip to content

Commit

Permalink
switch back to dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Oct 22, 2023
1 parent fdf2d5e commit e102a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydra_ml/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@register_serializer
def bytes_repr_Pipeline(obj: Pipeline, cache: Cache):
yield cp.dump(obj)
yield cp.dumps(obj)


def read_file(filename, x_indices=None, target_vars=None, group=None):
Expand Down

0 comments on commit e102a9a

Please sign in to comment.