Running mzUtils::gaussFit() is occasionally producing some very strange behavior, including some large float values close to FLT_MAX.
This is currently used in the neural network associated with peak detection, it would be nice to reassess and see if this is really doing the correct thing.
Running
mzUtils::gaussFit()
is occasionally producing some very strange behavior, including some large float values close toFLT_MAX
.This is currently used in the neural network associated with peak detection, it would be nice to reassess and see if this is really doing the correct thing.