Closed rwbaer closed 5 years ago
Partial channel/marker matching warnings are legitimate and should be preserved. We will look into singletGate
warnings.
In https://github.com/RGLab/flowStats/commit/833a994b1ba13cf4d9381ed2d99bdab6a96970b6 I bumped the default maximum number of iterations for singletGate
up to the default value for the underlying rlm
(20 iterations). Those calls to singletGate
were taking 9 iterations to converge within the default accuracy of 1e-4, so that should get rid of those warnings. I agree that the partial matching warnings should remain.
Actually, in the interest of not increasing the duration of singletGate
calls, I've reverted the default maximum number of iterations to 5 but just muffled the convergence warnings from rlm
in https://github.com/RGLab/flowStats/commit/babc3bf380b343f2c0cd0bdd2b7a45dfb434b084.
The code below produces 12 unexpected warning messages when applying the gating template to the gating set for the flowWorkspaceData.
The warnings:
The code that produced them:
My sessionInfo():