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
The test suite has excellent coverage of the first 2021.12 spec release, but hasn't been updated to cover all the 2022.12 additions and changes. The following is a list of things that ideally the test suite would do:
We definitely want to at least test the dtype and broadcasting behaviour of these functions—and by virtue, smoke test them with valid inputs. Values testing is non-trivial enough to probably not be worth doing.
The text was updated successfully, but these errors were encountered:
The submodule thing also prevents the signature tests for working with any signature updates post 2022.12
We'll need to check with how the scipy stuff is going, but it's likely we'll want to prioritize fft testing, so that we can implement it numpy.array_api (numpy/numpy#23892) and the compat library.
The test suite has excellent coverage of the first
2021.12
spec release, but hasn't been updated to cover all the2022.12
additions and changes. The following is a list of things that ideally the test suite would do:array-api
submodule #187fft
extensionThe text was updated successfully, but these errors were encountered: