aboutsummaryrefslogtreecommitdiff
path: root/src/gemma.cpp
diff options
context:
space:
mode:
authorPjotr Prins2018-08-25 10:18:41 +0000
committerPjotr Prins2018-08-25 10:18:41 +0000
commita24297bb1cb686d3630db3a0da8fa8a2079ad178 (patch)
tree53fb715e2b76f3a761eae06a962a2355b2c62b87 /src/gemma.cpp
parent4d1a44cb90affbe9c73a27767bae4a4b69c72402 (diff)
downloadpangemma-a24297bb1cb686d3630db3a0da8fa8a2079ad178.tar.gz
Added remarks
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r--src/gemma.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 78633e8..6c04c8d 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -2763,7 +2763,7 @@ void GEMMA::BatchRun(PARAM &cPar) {
LMM cLmm;
cLmm.CopyFromParam(cPar);
- if (is_check_mode()) disable_segfpe(); // disable fast NaN checking for now
+ // if (is_check_mode()) disable_segfpe(); // disable fast NaN checking for now
gsl_vector_view Y_col = gsl_matrix_column(Y, 0);
gsl_vector_view UtY_col = gsl_matrix_column(UtY, 0);
@@ -2796,7 +2796,7 @@ void GEMMA::BatchRun(PARAM &cPar) {
MVLMM cMvlmm;
cMvlmm.CopyFromParam(cPar);
- if (is_check_mode()) disable_segfpe(); // disable fast NaN checking
+ // if (is_check_mode()) disable_segfpe(); // disable fast NaN checking
if (!cPar.file_bfile.empty()) {
if (cPar.file_gxe.empty()) {