Skip to content

Commit 083dd2d

Browse files
committed
Corrected a bug in the benchmark file.
1 parent 836f8a8 commit 083dd2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmarks/ParallelStructure_runner.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ parallel_structure(joblist = joblist_location, n_cpu = args[1],
4545
ploidy = 2, noadmix = 0, linkage = 0, usepopinfo = 0,
4646
locprior = 0, inferalpha = 1, alpha = 1, popalphas = 0,
4747
unifprioralpha = 1, alphamax = 10, alphapropsd = 0.025,
48-
freqscorr = 1, onefst = 0, fpriormean = 0.01,
48+
freqscorr = 0, onefst = 0, fpriormean = 0.01,
4949
fpriorsd = 0.05, inferlambda = 0, lambda = 1,
5050
computeprob = 1, pfromflagonly = 0, ancestdist = 0,
51-
startatpopinfo = 0, metrofreq = 10, updatefreq = 1,
52-
printqhat = 1,revert_convert=0, randomize=1)
51+
startatpopinfo = 0, metrofreq = 10, updatefreq = 100,
52+
printqhat = 0,revert_convert=0, randomize=1)

0 commit comments

Comments
 (0)