We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9a45e commit cdcca24Copy full SHA for cdcca24
tests/unit/test_interface.py
@@ -121,8 +121,8 @@ def test_set_up_dask_client_default() -> None:
121
raise RuntimeError(
122
"You are on Slurm but SLURM_MEM_PER_NODE is not set. "
123
"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. "
+ "In this case, dask will assign the total memory of the node to the "
+ "cluster instead of the allocated memory from the srun call. "
126
"Pseudopeople should only be used on Slurm directly on the node "
127
"assigned via an srun (both for pytests as well as actual work)."
128
)
0 commit comments