Skip to content

Commit cdcca24

Browse files
stevebachmeierzmbc
andauthored
Update tests/unit/test_interface.py
Co-authored-by: Zeb Burke-Conte <zmbc@users.noreply.github.com>
1 parent 6c9a45e commit cdcca24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def test_set_up_dask_client_default() -> None:
121121
raise RuntimeError(
122122
"You are on Slurm but SLURM_MEM_PER_NODE is not set. "
123123
"It is likely that you are SSHed onto a node (perhaps using VSCode). "
124-
"In this case, dask will assign the total memory of the node to each "
125-
"worker instead of the allocated memory from the srun call. "
124+
"In this case, dask will assign the total memory of the node to the "
125+
"cluster instead of the allocated memory from the srun call. "
126126
"Pseudopeople should only be used on Slurm directly on the node "
127127
"assigned via an srun (both for pytests as well as actual work)."
128128
)

0 commit comments

Comments
 (0)