Skip to content

Commit a6cbcd3

Browse files
committed
fix in pmapsum call
1 parent 11cdd2a commit a6cbcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParallelUtilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ function pmapsum_distributedfor(f::Function,iterable,args...;kwargs...)
302302
end
303303
end
304304

305-
pmapsum(f,args...;kwargs...) = pmapsum_remotechannel(f,args...;kwargs...)
305+
pmapsum(args...;kwargs...) = pmapsum_remotechannel(args...;kwargs...)
306306

307307
function pmap_onebatch_per_worker(f::Function,iterable,args...;kwargs...)
308308

0 commit comments

Comments
 (0)