Skip to content

Commit

Permalink
reverting last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed Dec 19, 2024
1 parent 5dc7208 commit 7d84cb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_submit_qe_workchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ def test_warning_messages(
pw_code.num_cpus = 1
global_model.check_resources()
# no warning:
for suggestion in ["go_remote", "avoid_overloading"]:
assert suggestions[suggestion] in submit_model.submission_warning_messages
assert submit_model.submission_warning_messages == ""

# now we increase the resources, so we should have the Warning-3
pw_code.num_cpus = len(os.sched_getaffinity(0))
Expand Down

0 comments on commit 7d84cb1

Please sign in to comment.