Skip to content

Commit

Permalink
added seeds to integration tests yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Mar 26, 2024
1 parent aa09db9 commit 8fb850f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration_1/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ rna:
# SCVI args
#-----------------------------
scvi:
seed: 1492
exclude_mt_genes: True
mt_column: mt
model_args:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions tests/integration_2/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ rna:
# SCVI args
#-----------------------------
scvi:
seed: 1492
exclude_mt_genes: True
mt_column: mt
model_args:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8fb850f

Please sign in to comment.