Fix OpenBLAS pow_dd unresolved symbol error, update Emscripten CI testing#9343
Merged
bashtage merged 11 commits intostatsmodels:mainfrom Sep 3, 2024
Merged
Conversation
This was referenced Sep 3, 2024
Contributor
Author
|
|
Contributor
Author
|
On that note, maybe the rest of the Tukey HSD tests in |
Contributor
Author
Contributor
Author
|
Azure macOS test errors seem unrelated. |
Member
|
Agree. It is a random failure. |
Contributor
Author
|
Thanks for the speedy review and merge! :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NumPy's guide.
Description
This PR follows up on changes made in #9270. Here's a small, point-wise summary noting the changes:
statsmodels#9270 and removes the workaround JavaScript test suite file, since we fixed thepow_ddOpenBLAS unresolved symbol coming from SciPy upstream, having updated SciPy in-tree.pyodide-buildtool has been unvendored from the Pyodide repository and now infers the Pyodide version from the releases.cibuildwheelupdates to it, we can updatecibuildwheelin Build and publish Pyodide wheels MacPython/statsmodels-wheels#161 and run the test suite there (if it makes sense to do so – since the test suite is on the slower side without parallelization).scipy.optimize) have been restored.Additional context
statsmodels#9166Details
Notes:
needed for doc changes.
then show that it is fixed with the new code.
verify you changes are well formatted by running
flake8is installed. This command is also available on Windowsusing the Windows System for Linux once
flake8is installed in thelocal Linux environment. While passing this test is not required, it is good practice and it help
improve code quality in
statsmodels.