Skip to content

Commit

Permalink
add missing var; first v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Sep 23, 2023
1 parent c521933 commit 9f82bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: clustermq
Title: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM, PBS/Torque)
Version: 0.8.918
Version: 0.9.0
Authors@R: c(
person('Michael', 'Schubert', email='[email protected]',
role = c('aut', 'cre', 'cph'),
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-5-queue.r
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ test_that("load package on worker", {
skip_if_not(has_localhost)
skip_on_os("windows")
fx = function(x) splitIndices(1,1)
x = "a string"
w = workers(n_jobs=1, qsys_id="multicore", reuse=FALSE)
r = Q(fx, x=x, pkgs="parallel", workers=w, rettype="character", timeout=3L)
expect_equal(r, "1")
Expand Down

0 comments on commit 9f82bd9

Please sign in to comment.