Skip to content

Commit

Permalink
do not create lib in map
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Jan 27, 2025
1 parent ef3f742 commit 190a6fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions taskvine/src/bindings/python3/ndcctools/taskvine/futures.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ def wait_for_map_resolution(*futures_batch):

tasks = []
fn_wrapped = partial(run_iterable, fn)
if library_name:
libtask = self.create_library_from_functions(library_name, fn_wrapped)
self.install_library(libtask)

while iterable:
heads, iterable = iterable[:chunk_size], iterable[chunk_size:]

Expand Down

0 comments on commit 190a6fa

Please sign in to comment.