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

fixing the name for predictors_obs, because also a scaled object

parent c729bf11
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ if(is_verbose){print(paste("transect_path", transects_path))}
transects <- readRDS(transects_path)
predictors_path <- path.to.current(indir, "predictors_observation", "rds")
predictors_path <- path.to.current(indir, "predictors_observation_20", "rds")
if(is_verbose){print(paste("predictors-path", predictors_path))}
predictors <- readRDS(predictors_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment