diff --git a/src/Genotyper.cpp b/src/Genotyper.cpp
index 43d2ff3..3cca271 100644
--- a/src/Genotyper.cpp
+++ b/src/Genotyper.cpp
@@ -41,7 +41,7 @@ along with lobSTR. If not, see .
using namespace std;
-const float SMALL_CONST = 1e-10;
+const float SMALL_CONST = 0;
Genotyper::Genotyper(NoiseModel* _noise_model,
const vector& _haploid_chroms,