Emanuele Olivetti

Results 24 comments of Emanuele Olivetti

Any update on this issue? I am trying to set up a special remote on Google Drive that can be used (even read-only) by multiple users. As far as I...

OK, thanks for your answer. Looking forward to seeing the new feature!

Since I was requested a couple of times, I added the link to download the test file/tractogram in the github repo of our fast TRK loader (https://github.com/emanuele/load_trk.git): https://nilab.cimec.unitn.it/people/olivetti/data/sub-100206_var-FNAL_tract.trk . It...

> I've also run into this problem, I don't have a reproduction, but I can leave a breadcrumb ... it seems to be triggered when a repo that your other...

Hi, could you try to avoid negative costs? Just add 2500.00 or more to your matrix and retry the computation. On Fri, Jan 10, 2020 at 7:33 AM Torres wrote:...

In principle, would it be possible to avoid giving the private key to hs-airdrop but instead just sign an hs-airdrop generated message externally, e.g. via gpg? Why is mandatory to...

Good points @ricardoV94 . But why this happens only on Linux? Why specifically with this problem? Anedoctically, it is the first time I see multiprocessing/multithreading being a problem on Linux...

What is the suggested way to update the flags just in the case of Linux? A simple cell at the beginning of the notebook like ``` %env MKL_NUM_THREADS=1 %env OPENBLAS_NUM_THREADS=1...

Just tested on Linux with PyMC v5.6.0 with the code above without setting the flags and, unfortunately, the problem still persists. Maybe the sampling time diverges less dramatically: sampling reaches...

> I think those flags are fine in most OSes? I really have no idea :)