diff options
Diffstat (limited to 'src/gensvm_wrapper.c')
| -rw-r--r-- | src/gensvm_wrapper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gensvm_wrapper.c b/src/gensvm_wrapper.c index 275f797..29af56e 100644 --- a/src/gensvm_wrapper.c +++ b/src/gensvm_wrapper.c @@ -584,11 +584,6 @@ SEXP R_gensvm_grid( long *cv_idx = NULL; double val, total_time; - // Check input - if (df_cols < 9) { - // TODO: Raise error to R - } - // set verbosity _set_verbosity(verbosity); |
