Skip to content

Commit

Permalink
FIX: Typo
Browse files Browse the repository at this point in the history
- variable is called `tmpQ` not `tmpq`

On branch dev
Changes to be committed:
	modified:   acme/tests/test_dask.py
  • Loading branch information
pantaray committed Jan 8, 2025
1 parent 18f747d commit e8426e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/tests/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_cluster_setup():
assert "x86_64 from submitting host with architecture ppc64le" in str(valerr.value)

# Define queue for testing CPU allocations below
tmpq = defaultQ
tmpQ = defaultQ

# Specify CPU count manually
n_cores = 3
Expand Down

0 comments on commit e8426e7

Please sign in to comment.