Re: Numerical problem (compiling python-numba package)

2025-03-15 Thread Simon Tournier
Hi Emmanuel, On Wed, 12 Feb 2025 at 09:42, Emmanuel Medernach wrote: > AssertionError: when comparing [0.60858395 0.54922627 0.57440088] and > [0.60858395 0.54922627 0.57440088]: 0.549226270051226 != 0.5492262700512262 > > More generally this asks the question about reproducibility of numerica

Re: Numerical problem (compiling python-numba package)

2025-02-16 Thread Ludovic Courtès
Hello, Sharlatan Hellseher skribis: > We may limit the test suite to bare minimum For the record, I reported the issue at . This appears to be an upstream problem with one specific test: https://github.com/numba/numba/issues/8282 Ludo’.

Re: Re: Numerical problem (compiling python-numba package)

2025-02-14 Thread Sharlatan Hellseher
We may limit the test suite to bare minimum Nix did it refering the same reason https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/numba/default.nix#L129 Oleg

Re: Numerical problem (compiling python-numba package)

2025-02-12 Thread Ricardo Wurmus
Hi Emmanuel, > I don't know if guix-devel is appropriate to report issue with a > package. It's appropriate. > I have a problem installing the package python-numba version: 0.61.0, I > cannot compile it on my machine (it > compiles on others). While I cannot reproduce this (I upgraded python-n