Skip to content

Commit 12b117a

Browse files
committed
DOC: fix typo
Remove mention of a dask_jobqueue issue twice.
1 parent b53b450 commit 12b117a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/written/manual.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,9 +1202,8 @@ See `examples/batch_dask/run_psweep_jax_gpu.py`.
12021202
* Assigning different resources (GPUs or not, large or small memory) to different
12031203
dask workers is hard or even not possible with `dask_jobqueue` since the
12041204
design assumes that you create one `FooCluster` with fixed resource
1205-
specifications. See these discussions for more:
1205+
specifications. See this discussion for more:
12061206
https://github.com/dask/dask-jobqueue/issues/378
1207-
https://github.com/dask/dask-jobqueue/issues/378.
12081207
* HPC cluster time limits might be a problem if some jobs are waiting in the
12091208
queue for a long time and meanwhile the `dask_control` batch job gets
12101209
terminated due to its time limit. The latter should be set to the longest

0 commit comments

Comments
 (0)