Rémi Louf
Rémi Louf
Reproducing the error that is observed: ```python import jax shape = jax.numpy.array([1000]) def jax_funcified(prng_key): return jax.random.normal(prng_key, shape) key = jax.random.PRNGKey(0) jax.jit(jax_funcified)(key) # TypeError: Shapes must be 1D sequences of concrete...
Regardless of how we implement the interface we need to communicate how the _current_ shape systems works to the users in the documentation, and I think gufunc signatures are the...
Squashed the commits.
Should we merge this? This documents the current behavior of `RandomVariable`s and as such is useful even before #695 is merged.
I agree we should remove all the functionalities in `nnet` that are specific to neural nets in Aesara (and `signal`?). When I have time I'd like to move these functionalities...
Does it use the `.. testcode::` blocks already? If so we need to include this in the test suite asap, otherwise we need to convert as many code blocks into...
Ah! Then we just have to add it to CI again.
I'm glad we're doing this now. Many of them seem to be returning the expected result and yet the test fails. For instance: ``` File "library/scan.rst", line 413, in default...
That would be great, thank you. I just tried to paste the "Expected Output" in the doc and the error above disappeared. The first step would be to add this...