Skip to content

Commit cf0b908

Browse files
committed
Fix github issue #118 : no graphical output after random forest run
1 parent 672650f commit cf0b908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R-pkg/R/82_random_forest_tools.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@ abcranger_postprocess <- function(
234234
if(run_mode == "param_estim") {
235235
# parameter estimation
236236
if(!is.null(param)) {
237-
param_estim_graph_ouptut(proj_dir, graph_dir, param, prefix)
237+
param_estim_graph_ouptut(proj_dir, proj_dir, param, prefix)
238238
}
239239
# move file to subproject directory
240240
abcranger_subdir(proj_dir, sub_proj_name, prefix)
241241
} else if(run_mode == "model_choice") {
242242
# model choice
243-
model_choice_graph_ouptut(proj_dir, graph_dir, prefix)
243+
model_choice_graph_ouptut(proj_dir, proj_dir, prefix)
244244
# move file to subproject directory
245245
abcranger_subdir(proj_dir, sub_proj_name, prefix)
246246
}

0 commit comments

Comments
 (0)