You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments