Skip to content

Commit

Permalink
fix pipelining
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikneipp committed Nov 27, 2024
1 parent d9ae4fd commit 4da7b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathwaysutils/persistence/pathways_orbax_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def deserialize(
)
]
with Pool() as p:
grouped_arrays_and_futures = p.map(f, args_list)
grouped_arrays_and_futures = p.map(f, *args_list)
# grouped_arrays_and_futures = [
# f(
# location=location,
Expand Down

0 comments on commit 4da7b43

Please sign in to comment.