Nicolas Cornu

Results 113 comments of Nicolas Cornu

Tests are red because of a small diff of value: ``` REFERENCE NEW VALUE DIFF TOLERANCE t diff 0.012497719672848798 0.012497723109501879 2.749823347867244e-07 > 2e-07 t diff 0.019567750582990293 0.01956775745019433 3.509448671130049e-07 > 2e-07...

> Tests are red because of a small diff of value: > > ``` > REFERENCE NEW VALUE DIFF TOLERANCE > t diff 0.012497719672848798 0.012497723109501879 2.749823347867244e-07 > 2e-07 > t...

No difference at all between both `nrn-modeldb-ci`

Last difference is ``` strdiff -0.985562 -0.985563 strdiff -49.3732 -49.3733 strdiff -0.0788185 -0.0788184 strdiff -0.00333632 -0.00333631 ```

@nrnhines if you have some time to look at the difference in result of this PR, I can have a call with you to give you more explanation of the...

Any news on this side with the new `RANDOM` keyword? @ohm314 @pramodk

So, no idea, only adding informations about this first `y0`. `mathcalls.h` is owned by `glibc`. And the comment tells this is for bessel functions: ```c #if defined __USE_MISC || (defined...

Would be helpful if you can give a (full) file that reproduce and the command you used.

All release are now working for Python 3.12 except the wheel for `aarch64` because numpy is segfaulting at import. Let's wait a new version.

Some thoughts on subject by Martin Graesslin. Developper of KDE Window Manager and KDE Plasma Compositor: https://blog.martin-graesslin.com/blog/2016/07/synchronizing-the-x11-and-wayland-clipboard/ He cheat with Qt to speak with X11 clipboard but need to implement...