diff --git a/tests/integration_1/pipeline.yml b/tests/integration_1/pipeline.yml index 9e42dd81..6b836a55 100644 --- a/tests/integration_1/pipeline.yml +++ b/tests/integration_1/pipeline.yml @@ -70,6 +70,7 @@ rna: # SCVI args #----------------------------- scvi: + seed: 1492 exclude_mt_genes: True mt_column: mt model_args: @@ -214,6 +215,7 @@ multimodal: column_categorical: dataset # extra params: totalvi: + seed: 1492 # this is a minimal set of parameters that will be expected # you can add any other param from the tutorials and they will # be parsed alongside the others @@ -233,6 +235,7 @@ multimodal: early_stopping: True training_plan: None MultiVI: + seed: 1492 # this is a minimal set of parameters that will be expected # you can add any other param from the tutorials and they will # be parsed alongside the others diff --git a/tests/integration_2/pipeline.yml b/tests/integration_2/pipeline.yml index ce1a95b7..34c75bf1 100644 --- a/tests/integration_2/pipeline.yml +++ b/tests/integration_2/pipeline.yml @@ -70,6 +70,7 @@ rna: # SCVI args #----------------------------- scvi: + seed: 1492 exclude_mt_genes: True mt_column: mt model_args: @@ -214,6 +215,7 @@ multimodal: column_categorical: dataset # extra params: totalvi: + seed: 1492 # this is a minimal set of parameters that will be expected # you can add any other param from the tutorials and they will # be parsed alongside the others @@ -233,6 +235,7 @@ multimodal: early_stopping: True training_plan: None MultiVI: + seed: 1492 # this is a minimal set of parameters that will be expected # you can add any other param from the tutorials and they will # be parsed alongside the others