forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: stats.monte_carlo_test: add array API support (scipy#20604)
* MAINT: stats._broadcast_arrays: add array API support * ENH: stats.monte_carlo_test: add array-API support to input validation * ENH: stats.monte_carlo_test: add array-API support * TST: stats.monte_carlo_test: convert input validation test to array API * TST: stats.monte_carlo_test: make test_axis array-API compatible * TST: stats.monte_carlo_test: array-API tests for batch and alternative * MAINT: stats.monte_carlo_test: preserve dtype * Update scipy/stats/tests/test_resampling.py * TST: stats.monte_carlo_test: comment on why xp_test is needed
Showing
6 changed files
with
215 additions
and
106 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.