-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2227 from IntelPython/update-tests-part-2
This is part 2 of a series of PRs in which the tests are refactored. In this PR, `test_linalg.py`, `test_product.py`, `test_statistics.py`, `test_fft.py`, and `test_sort.py` are updated. Part 1 was #2210. The main change is to use a common function `generate_random_numpy_array` from `dpnp/tests/helper.py` for generating input array for different tests.
- Loading branch information
Showing
8 changed files
with
284 additions
and
994 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
Oops, something went wrong.