Skip to content

Commit

Permalink
Fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Aug 23, 2024
1 parent 53b4068 commit 49afac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/VarSel.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ VarSel <- R6Class("VarSel",
# Systematic test is challenging for external variable
# Have been test in interactive session
# nocov start
warning(sprintf("No variable selected on layer", private$train_layer$getId()))
warning(sprintf("No variable selected on layer %s", private$train_layer$getId()))
private$var_subset = NULL
# nocov end
} else {
Expand Down

0 comments on commit 49afac7

Please sign in to comment.