Commented-out debugging print() usage (#25)

This commit is contained in:
Waldir Leoncio 2023-08-09 14:19:06 +02:00
parent f93f7c7de9
commit 7bb1a8181e

View file

@ -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