From 18a602202ba27eb23eb182389b381e7243ddad05 Mon Sep 17 00:00:00 2001
From: Maria Voigt <maria.voigt@idiv.de>
Date: Thu, 27 Apr 2017 11:13:18 +0200
Subject: [PATCH] setting the maxit for the crossval down again,

higher doesn't seem to have influence on crashed jobs
---
 src/model_fitting/abundance_model.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/model_fitting/abundance_model.R b/src/model_fitting/abundance_model.R
index e38ad66..9a4b4a8 100644
--- a/src/model_fitting/abundance_model.R
+++ b/src/model_fitting/abundance_model.R
@@ -293,7 +293,7 @@ if (!is.na(exclude_grid)){
 # because then slightly less data
 if (is.na(exclude_grid) & is.na(exclude_year)){
     nr_maxit <- 250}else{
-                   nr_maxit <- 500}
+                   nr_maxit <- 250}
 if(is_verbose){ print(paste("3. start making all_model_terms", Sys.time()))}
 
  # #build models needed for analysis with a function
-- 
GitLab