pytensor icon indicating copy to clipboard operation
pytensor copied to clipboard

Run jax doctests in jax CI

Open ricardoV94 opened this issue 2 months ago • 0 comments

Description

There are some complex code examples added in #1614, but they don't run as part of the doctests because we explicitly ignore pytensor.link module (I don't remember if because of the optional dependencies or because something else failed).

We should run the doctest explicitly on pytensor.link.jax on the JAX CI

ricardoV94 avatar Sep 29 '25 09:09 ricardoV94