Skip to content

Commit 15dfb0e

Browse files
committed
clean
1 parent 16f1add commit 15dfb0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conf/test_noise_eval.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ params {
2121
model_config = params.pipelines_testdata_base_path + 'deepmodeloptim/testdata/titanic/titanic_model.yaml'
2222

2323
// tune parameters
24-
tune_trials_range = "2,4,2"
25-
tune_replicates = 10
24+
tune_trials_range = "2,10,2"
25+
tune_replicates = 2
2626

2727
// predict data
2828
prediction_data = params.pipelines_testdata_base_path + 'deepmodeloptim/testdata/titanic/titanic_stimulus.csv'

workflows/deepmodeloptim.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ workflow DEEPMODELOPTIM {
118118
// Tune model
119119
// ==============================================================================
120120
// Create dependancy WF dependency to ensure TUNE_WF runs after CHECK_MODEL_WF finished
121-
//ch_transformed_data = CHECK_MODEL_WF.out.concat(ch_transformed_data)
121+
ch_transformed_data = CHECK_MODEL_WF.out.concat(ch_transformed_data)
122122

123123
TUNE_WF(
124124
ch_transformed_data,

0 commit comments

Comments
 (0)