Evgeni Burovski
Evgeni Burovski
`test_reshape` is fixed in gh-319
Caught a `test_std` failure with `array_api_compat.numpy`: ``` array_api_tests/test_statistical_functions.py::test_std FAILED [100%] @given( > x=hh.arrays( dtype=hh.real_floating_dtypes, shape=hh.shapes(min_side=1), elements={"allow_nan": False}, ).filter(lambda x: math.prod(x.shape) >= 2), data=st.data(), ) array_api_tests/test_statistical_functions.py:254: _ _ _ _ _...
I wonder what happens to the doc build under python 3.13. `doccer` is mainly used for constructing docstrings in `stats` and `ndimage`, so I suppose the right fix is to...
Cross-ref https://github.com/scipy/scipy/pull/20046 for myst-nb which we have to pin to
Absolutely. I suspect these are transitive dependencies of myst-nb. (Does bare sphinx need pyzmq?) Also my comment above "this will become a problem in October" is poor wording. Meant to...
This should fail with array_api_strict until https://github.com/data-apis/array-api-strict/pull/98 lands. (verified locally that it passes with numpy and fails with array-api-strict; both with `--max-examples 10000`)
An alternative strategy, in view of https://github.com/data-apis/array-api-tests/pull/314#discussion_r1859369692, could be to only test "exact" things in hypothesis (rename `assert_equal` to `assert_equal_if_int` or some such) and add fp value testing only for...
Cannot repro on linux with python 3.11, numpy 2.0 and dev scipy version. A default suspicion is that something is wrong with your scipy build, how did you install scipy...
Then just as you were saying: something is amiss with your lapack provider. I'd try building with a different one (scipy_openblas32?) and see if it helps.
Came here from a recent discussion in the Array API community meeting, https://github.com/data-apis/array-api/issues/946 The original motivation of the array API discussion was a desire to replace uses of `np._r`: `np.r_[0,...