Skip to content

Commit 71f5133

Browse files
committed
small correction
1 parent 93586f6 commit 71f5133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parallelisation/gather-results.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ for (c in othercomps) # c='frank'
6363
}
6464

6565
dir.create(allresfold, showWarnings=F)
66-
setwd(allresdir)
66+
setwd(allresfold)
6767

6868

6969
## Merge intermediate and final results
@@ -93,7 +93,7 @@ cat(sprintf('\n%i rows done (%i duplicates) after merging intermediates and fina
9393
### Save appended results
9494
res <- res[order(res[[rowidcol]]),]
9595

96-
setwd(allresdir)
96+
setwd(allresfold)
9797
save(res, file='results_res.rdata')
9898

9999

0 commit comments

Comments
 (0)