Skip to content

CI: update test_moderately_small_alpha [wheel build]#28324

Merged
charris merged 1 commit intonumpy:maintenance/2.2.xfrom
charris:update-test_dirichlet_moderately_small_alpha
Feb 12, 2025
Merged

CI: update test_moderately_small_alpha [wheel build]#28324
charris merged 1 commit intonumpy:maintenance/2.2.xfrom
charris:update-test_dirichlet_moderately_small_alpha

Conversation

@charris
Copy link
Copy Markdown
Member

@charris charris commented Feb 12, 2025

The test_moderately_small_alpha dirichlet test fails for 32-bit Windows Python3.13t
wheel builds due to a memory error. Decrease the size of the test array by a bit.

Note that this test is only run for the mt19937 generator.

I don't know if this is a problem due to the free threading update, or a change
in the build infrastructure. Another solution would be to use try-except or a loop, but I
think decreasing the number of tested alpha is preferable -- if it works.

The test_moderately_small_alpha dirichlet test fails for
32-bit Windows Python3.13t wheel builds due to a
memory error. Decrease the size of the test array by a bit.

Note that this test is only run for the mt19937 generator.
@charris charris added this to the 2.2.3 release milestone Feb 12, 2025
@charris charris merged commit 010ad9b into numpy:maintenance/2.2.x Feb 12, 2025
113 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant