Skip to content
Snippets Groups Projects
Commit cc6b9647 authored by Maria Voigt's avatar Maria Voigt
Browse files

merging from cluster into local

parents 88caf421 a275091e
Branches
No related tags found
No related merge requests found
...@@ -282,7 +282,8 @@ if (!is.na(exclude_year)){ ...@@ -282,7 +282,8 @@ if (!is.na(exclude_year)){
# or the grid_cell # or the grid_cell
if (!is.na(exclude_grid)){ if (!is.na(exclude_grid)){
predictors_excluded_grid <- predictors_obs[predictors_obs$grid_id == exclude_grid, ] predictors_excluded_grid <- predictors_obs[predictors_obs$grid_id == exclude_grid, ]
predictors_obs <- predictors_obs[predictors_obs$s$grid_id != exclude_grid, ]} predictors_obs <- predictors_obs[predictors_obs$grid_id != exclude_grid, ]
}
if(is_verbose){ print(paste("3. start making all_model_terms", Sys.time()))} if(is_verbose){ print(paste("3. start making all_model_terms", Sys.time()))}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment