Resolve "resources.py does not list dask clients"
Closes #168 (closed)
Edited by Manuel Günther
Merge request reports
Activity
added 1 commit
- 62ea8ca3 - Added dask clients to the list of options (and the default)
This is a quick fix since -- as I believe -- there is still an open issue #36 (closed) to modify the script.
In the long run, we should consider to use a
bob.dask
keyword instead ofdask.client
: https://gitlab.idiap.ch/bob/bob.pipelines/-/blob/d8162ffc4fa072a14a8a4d7ac3b558de464a56ef/setup.py#L40 to make things more uniform, i.e., have all keywords start withbob
and not with a randomdask
.assigned to @amohammadi
Just as a note: it seems that running
resources.py -t dask --details
does not seem to work (at least not for me). This loads all configurations and actually enables thedask
workers. Without--details
it works fine.Edited by Manuel Günthernow your pipeline is working @mguenther :-)
mentioned in commit 00e9b63b
Please register or sign in to reply