Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure of Espresso test-suite with x and y nan location mismatch #190

Open
laraPPr opened this issue Oct 8, 2024 · 0 comments
Open

Failure of Espresso test-suite with x and y nan location mismatch #190

laraPPr opened this issue Oct 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@laraPPr
Copy link
Collaborator

laraPPr commented Oct 8, 2024

We have seen the following error when running on a local optimised build of Espresso on a skylake cluster at Ghent University. The nodes are running on RHEL9 operating system.

Executing sanity checks...

Traceback (most recent call last):
  File "/kyukon/scratch/gent/461/vsc46128/EESSI/test-suite/stage/skitty/skitty/default/EESSI_ESPRESSO_P3M_IONIC_CRYSTALS_e0bb4712/madelung.py", line 115, in <module>
    np.testing.assert_allclose(energy, ref_energy, atol=atol_energy, rtol=rtol_energy)
  File "/apps/gent/RHEL9/skylake-ib/software/SciPy-bundle/2023.11-gfbf-2023b/lib/python3.11/site-packages/numpy/testing/_private/utils.py", line 1504, in assert_allclose
    assert_array_compare(compare, actual, desired, err_msg=str(err_msg),
  File "/apps/gent/RHEL9/skylake-ib/software/Python/3.11.5-GCCcore-13.2.0/lib/python3.11/contextlib.py", line 81, in inner
    return func(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^
  File "/apps/gent/RHEL9/skylake-ib/software/SciPy-bundle/2023.11-gfbf-2023b/lib/python3.11/site-packages/numpy/testing/_private/utils.py", line 718, in assert_array_compare
    flagged = func_assert_same_pos(x, y, func=isnan, hasval='nan')
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/apps/gent/RHEL9/skylake-ib/software/SciPy-bundle/2023.11-gfbf-2023b/lib/python3.11/site-packages/numpy/testing/_private/utils.py", line 688, in func_assert_same_pos
    raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=5e-06, atol=1e-12

x and y nan location mismatch:
x: array(nan)
y: array(-1.747565)
@laraPPr laraPPr added the bug Something isn't working label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant