Skip to content

Commit

Permalink
fix a bug of seqParallel in v1.42.3
Browse files Browse the repository at this point in the history
it was introduced in v1.42.3
  • Loading branch information
zhengxwen committed Apr 2, 2024
1 parent d2a156a commit cb3c8eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ UTILITIES
be displayed


CHANGES IN VERSION 1.42.3
CHANGES IN VERSION 1.42.4
-------------------------

BUG FIXES
Expand Down
2 changes: 0 additions & 2 deletions R/Utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ seqParallel <- function(cl=seqGetParallel(), gdsfile, FUN,
{
if (length(formals(args(.combine))) == 1L)
.combine(ans)
else
ans <- .combine(NULL, ans)
}

} else if (inherits(cl, "cluster"))
Expand Down

0 comments on commit cb3c8eb

Please sign in to comment.