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

BUG: Fix SIMD f32 trunc test on s390x when baseline is none #24776

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

seiko2plus
Copy link
Member

Partial backport of #24479

Relates to #24750

Fix the following test error:

self = <numpy.core.tests.test_simd_module.Test_SIMD_MODULE object at 0x3ff2e4e9bb0>
    def test_truncate_f32(self):
>       f32 = npyv.setall_f32(0.1)[0]
E       AttributeError: module 'numpy.core._simd.VX' has no attribute 'setall_f32'. Did you mean: 'setall_s32'?
self       = <numpy.core.tests.test_simd_module.Test_SIMD_MODULE object at 0x3ff2e4e9bb0>
../../../../BUILDROOT/numpy-1.26.0-1.fc40.s390x/usr/lib64/python3.12/site-packages/numpy/core/tests/test_simd_module.py:89: AttributeError

@seiko2plus seiko2plus added the 08 - Backport Used to tag backport PRs label Sep 22, 2023
@charris charris merged commit 6410d12 into numpy:maintenance/1.26.x Sep 22, 2023
57 checks passed
@charris
Copy link
Member

charris commented Sep 22, 2023

Thanks Sayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants