From 3894cd4165612bf434e10eb6eae918065f0154d4 Mon Sep 17 00:00:00 2001 From: straile Date: Mon, 4 Nov 2024 16:11:14 +0100 Subject: [PATCH] refactor: setting r variables --- src/poet.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/poet.cpp b/src/poet.cpp index e5ba6a94b..b225b963d 100644 --- a/src/poet.cpp +++ b/src/poet.cpp @@ -724,9 +724,6 @@ int main(int argc, char *argv[]) { run_params.use_clustering = true; MSG("Clustering will be used for the AI surrogate") } - if (Rcpp::as(R.parseEval("exists(\"train_only_invalid\")"))) { - run_params.train_only_invalid = R["train_only_invalid"]; - } if (!Rcpp::as(R.parseEval("exists(\"model_reactive_file_path\")"))) { R.parseEval("model_reactive_file_path <- model_file_path"); }