Commented-out debugging print() usage (#25)
This commit is contained in:
parent
f93f7c7de9
commit
7bb1a8181e
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ indMix <- function(c, npops, counts = NULL, sumcounts = NULL, max_iter = 100L, d
|
|||
}
|
||||
}
|
||||
# FIXME: muutoksia is never 0, so vaihe never equals 5 and ready 1
|
||||
print(paste("i1 =", i1, "i2 =", i2, "maxMuutos =", maxMuutos)) # TEMP
|
||||
# print(paste("i1 =", i1, "i2 =", i2, "maxMuutos =", maxMuutos)) # TEMP
|
||||
if (muutoksia == 0) {
|
||||
if (vaihe <= 4) {
|
||||
vaihe <= vaihe + 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue