Skip to content

Commit

Permalink
Fixed naming in R regression preprocessor test
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 26, 2012
1 parent f6aaf00 commit 84fe14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/regression/r_static/preprocessor.R
Expand Up @@ -9,9 +9,9 @@ preprocessor <- function(filename) {
return(TRUE)
}

pname <- fix_preproc_name_inconsistency(preproc_name)
pname <- fix_preproc_name_inconsistency(preprocessor_name)
if (regexpr('PRUNEVARSUBMEAN', pname)>0) {
sg('add_preproc', pname, tobool(preproc_arg0_divide))
sg('add_preproc', pname, tobool(preprocessor_arg0_divide))
} else {
sg('add_preproc', pname)
}
Expand Down

0 comments on commit 84fe14c

Please sign in to comment.