Accidentally commited the N2 comparing test as well...

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5330 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2011-02-28 04:15:30 +00:00
parent 1dedfdb11b
commit 874406352c
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class ExactAFCalculationModel extends AlleleFrequencyCalculationModel {
LINEAR_EXPERIMENTAL
}
private final static boolean COMPARE_TO_GS = true;
private final static boolean COMPARE_TO_GS = false;
private final static double MAX_LOG10_ERROR_TO_STOP_EARLY = 6; // we want the calculation to be accurate to 1 / 10^6
private boolean SIMPLE_GREEDY_GENOTYPER = false;