mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
refactor: setting r variables
This commit is contained in:
parent
47c9ffff2b
commit
3894cd4165
@ -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<bool>(R.parseEval("exists(\"train_only_invalid\")"))) {
|
||||
run_params.train_only_invalid = R["train_only_invalid"];
|
||||
}
|
||||
if (!Rcpp::as<bool>(R.parseEval("exists(\"model_reactive_file_path\")"))) {
|
||||
R.parseEval("model_reactive_file_path <- model_file_path");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user