Skip to content

Commit

Permalink
fix sneaky typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 12, 2023
1 parent e4f158f commit d056998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Estimator.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ setEstimator <- function(learningRate='auto',
}

paramsToTune <- list()
for (name in namDevelopes(estimatorSettings)) {
for (name in names(estimatorSettings)) {
param <- estimatorSettings[[name]]
if (length(param) > 1 && is.atomic(param)) {
paramsToTune[[paste0('estimator.',name)]] <- param
Expand Down

0 comments on commit d056998

Please sign in to comment.