Robrecht Cannoodt

Results 92 comments of Robrecht Cannoodt

Hello all! I have the same problem for [this leaderboard](https://eval.ai/web/challenges/challenge-page/1111/leaderboard/2862) and [this one](https://eval.ai/web/challenges/challenge-page/1111/leaderboard/3428). I set my precision to 4 via the config, but the leaderboard is still 2.

Thanks for taking your time to review this PR ^^ I just pushed the requested changes to the patch-1 branch.

Hello @Ram81 ! I made the requested changes, which wasn't a lot. Would you have some time to take a look at it? Thanks! :) Robrecht

Kind reminder for @Ram81. Is there anything blocking this PR from being merged? :bow:

Closing pull request as you don't seem to be interested anymore. Let me know if you want want me to fix the remote worker.

I wanted to get your opinion on an approach I've been using. I wanted to compute a `ggcorrmat()`, but my data frame has not only numerical but also categorical and...

@FloWuenne Thanks for making this issue. I found what the problem was. Could you reinstall babelwhale to see if this solves your problem? ```R devtools::install_github("dynverse/babelwhale") library(dyno) data("fibroblast_reprogramming_treutlein") babelwhale::set_default_config(babelwhale::create_singularity_config()) model

At least we can already see slingshot running :) You can ignore the chdir warning, it's a false warning that is being printed in some versions of singularity (sylabs/singularity#2778). It...

Oh dear, there's an error I hoped I'd never see again. The direct cause for this is due to mksquashfs trying to take up all the cores that the machine...

I was hoping that by looking at the [singularity source code](https://github.com/sylabs/singularity/blob/master/internal/pkg/build/assemblers/assembler_sif.go#L161), we would see a magic parameter that would allow us to add a `-processors 1` parameter to the mksquashfs...