Skip to content

Commit

Permalink
Update behaviour for test_create_pbs_batch
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed Dec 11, 2023
1 parent 2358c48 commit 0663f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_batch_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_create_pbs_batch():
args = pbs_batch.format_batch_args()
assert isinstance(pbs_batch, QsubBatchSettings)
assert args == [
"-l select=1:ncpus=10",
"-l nodes=1:ncpus=10",
"-l walltime=10:00:00",
"-q default",
"-A myproject",
Expand Down

0 comments on commit 0663f5d

Please sign in to comment.