João S.

Results 5 comments of João S.

@godsic : it's been a while since I proposed a change to the code, so I have to see how that is done... A unit test is a script that...

This bug still happens, I can't follow the MFM code to correct it... if anyone wants to try, here's a mx3 script that triggers it: ``` Msat = 1e6; Aex...

This pull request is replaced by #316 (the same code, but in a clean branch).

Thanks for your inputs, @DeSanz and @MathieuMoalic! It seems very similar to issue #260. However, the cache flush code from that issue (`SetSolver(1); steps(10); SetSolver(5);`) doesn't work when using Minimizer()...

That problem, I think, occurs because you haven’t recompiled the cuda files. Run “make realclean” and then “make” to force the recompilation of the cuda kernels. I hope that solves...