From 7bb1a8181efd478ce63a87e95f6f1d02259331f8 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Wed, 9 Aug 2023 14:19:06 +0200 Subject: [PATCH] Commented-out debugging print() usage (#25) --- R/indMix.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/indMix.R b/R/indMix.R index 6c4b10a..179fd46 100644 --- a/R/indMix.R +++ b/R/indMix.R @@ -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