pymc-devs / pymc-devs/pytensor
Run jax doctests in jax CI
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 644
- Forks
- 208
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 16
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the doctest configuration and the JAX CI job, focusing on the explicitly ignored pytensor.link module and the pytensor.link.jax entry point. Done means the doctests for pytensor.link.jax run successfully as part of JAX CI, including the complex examples from #1614.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100