Skip to content

Commit

Permalink
Fixing the test_submit num_cpus (from 10 to 8).
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed Sep 23, 2024
1 parent 3ba1d2e commit 01dfe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_create_builder_default(
submit_step.codes["dielectric"].value = pw_code.uuid
submit_step.codes["phonopy"].value = phonopy_code.uuid

submit_step.codes["pw"].num_cpus.value = 10
submit_step.codes["pw"].num_cpus.value = 8
submit_step.codes["phonon"].num_cpus.value = 2
submit_step.codes["dielectric"].num_cpus.value = 3

Expand Down

0 comments on commit 01dfe7b

Please sign in to comment.