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

fixing bug

parent ab626e9e
Branches
No related tags found
No related merge requests found
......@@ -282,7 +282,8 @@ if (!is.na(exclude_year)){
# or the grid_cell
if (!is.na(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()))}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment