Skip to content

Commit 8622067

Browse files
committed
Prediction fix
1 parent db6adf6 commit 8622067

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

R/mod_predict_maps.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,9 +1015,7 @@ predict_maps <- function(
10151015
sDataNew = list(
10161016
sample = as.data.frame(sf::st_drop_geometry(Test_XY))))
10171017

1018-
rm(
1019-
Model, Predict_DF_Test, Predict_DF_Train, Predict_DF,
1020-
envir = environment())
1018+
rm(Model, Predict_DF_Test, Predict_DF, envir = environment())
10211019
invisible(gc())
10221020

10231021
# ______________________________________________

0 commit comments

Comments
 (0)