Skip to content

Commit de29542

Browse files
committed
remove dup result
1 parent 4ea88fd commit de29542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ogcore/txfunc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ def tax_func_estimate(
16901690
futures = client.compute(lazy_values)
16911691
results = client.gather(futures)
16921692
else:
1693-
results = results = compute(
1693+
results = compute(
16941694
*lazy_values,
16951695
scheduler=dask.multiprocessing.get,
16961696
num_workers=num_workers,

0 commit comments

Comments
 (0)