Currently the suite fails when signatures use different arg names then whats in the spec for pos-only args, even though it shouldn't really matter. For example, testing a function with the following signature ```python def f(x, y, /): ... ``` should pass an implementation of `f(a, b, /)`. Thanks @Micky774 for catching this!
Activity
array_api
namespace, relying more directly onjax.numpy
jax-ml/jax#21013