Hello
I don't know if guix-devel is appropriate to report issue with a package.
I have a problem installing the package python-numba version: 0.61.0, I
cannot compile it on my machine (it compiles on others).
Many tests are failing because of rounding errors such as:
======================================================================
FAIL: test_explicit_output
(numba.tests.test_array_exprs.TestArrayExpressions)
Check that ufunc calls with explicit outputs are not rewritten.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/gnu/store/72yrh3zapdhq2ka5s0d9jlmx3ma0b0c3-python-numba-0.61.0/lib/python3.10/site-packages/numba/tests/test_array_exprs.py",
line 387, in test_explicit_output
ns = self._test_explicit_output_function(explicit_output)
File
"/gnu/store/72yrh3zapdhq2ka5s0d9jlmx3ma0b0c3-python-numba-0.61.0/lib/python3.10/site-packages/numba/tests/test_array_exprs.py",
line 247, in _test_explicit_output_function
self.assertPreciseEqual(expected, run_func(control_cfunc))
File
"/gnu/store/72yrh3zapdhq2ka5s0d9jlmx3ma0b0c3-python-numba-0.61.0/lib/python3.10/site-packages/numba/tests/support.py",
line 438, in assertPreciseEqual
self.fail("when comparing %s and %s: %s" % (first, second,
failure_msg))
AssertionError: when comparing [2. 2.54030231 2.58385316
3.0100075 4.34635638 6.28366219
7.96017029 8.75390225 8.85449997 9.08886974] and [2. 2.54030231
2.58385316 3.0100075 4.34635638 6.28366219
7.96017029 8.75390225 8.85449997 9.08886974]: 8.753902254343306 !=
8.753902254343304
======================================================================
FAIL: test_index_ufunc (numba.tests.test_extending.TestPandasLike)
Check Numpy ufunc on an Index object.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/gnu/store/72yrh3zapdhq2ka5s0d9jlmx3ma0b0c3-python-numba-0.61.0/lib/python3.10/site-packages/numba/tests/test_extending.py",
line 640, in test_index_ufunc
self.assertPreciseEqual(ii._data, np.cos(np.sin(i._data)))
File
"/gnu/store/72yrh3zapdhq2ka5s0d9jlmx3ma0b0c3-python-numba-0.61.0/lib/python3.10/site-packages/numba/tests/support.py",
line 438, in assertPreciseEqual
self.fail("when comparing %s and %s: %s" % (first, second,
failure_msg))
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 numerical
packages.
Best regards,
Emmanuel Medernach