Skip to content

Commit

Permalink
fix: set default number of nodes to 1 in test cases (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 29, 2021
1 parent 79601f7 commit f6e12b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common.py
Expand Up @@ -90,6 +90,7 @@ def run(
check_md5=True,
check_results=True,
cores=3,
nodes=1,
set_pythonpath=True,
cleanup=True,
conda_frontend="mamba",
Expand Down Expand Up @@ -168,6 +169,7 @@ def run(
success = snakemake(
snakefile=original_snakefile if no_tmpdir else snakefile,
cores=cores,
nodes=nodes,
workdir=path if no_tmpdir else tmpdir,
stats="stats.txt",
config=config,
Expand Down

0 comments on commit f6e12b4

Please sign in to comment.