alex-forster

Results 1 issues of alex-forster

Came across a case where I expected `eqx.error_if` to throw an error, but didn't. Minimal reproduction: ```python def f(arr: Float[Array, "n d"]): def access(state: int): state = eqx.error_if(state, state >=...

question