Skip to content

Commit 190a6fa

Browse files
committed
do not create lib in map
1 parent ef3f742 commit 190a6fa

File tree

1 file changed

+0
-4
lines changed
  • taskvine/src/bindings/python3/ndcctools/taskvine

1 file changed

+0
-4
lines changed

taskvine/src/bindings/python3/ndcctools/taskvine/futures.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ def wait_for_map_resolution(*futures_batch):
205205

206206
tasks = []
207207
fn_wrapped = partial(run_iterable, fn)
208-
if library_name:
209-
libtask = self.create_library_from_functions(library_name, fn_wrapped)
210-
self.install_library(libtask)
211-
212208
while iterable:
213209
heads, iterable = iterable[:chunk_size], iterable[chunk_size:]
214210

0 commit comments

Comments
 (0)