nf-core/deepmodeloptim

[fix] ray tune runs forever sometimes

Closed this issue · 3 comments

sometimes, ray tune stays forever in running mode for some samples,
and then these samples don't progress. And stay in the same iteration forever.

this does not happen on github actions, i think is a cluster issue.

Should be fix by using proper ressources declaration, see #154 @alessiovignoli

Could also be linked to #155