Skip to content

Add jax implementation of DII #462

Add jax implementation of DII

Add jax implementation of DII #462

Workflow file for this run

name: docs
on:
push:
branches:
- opensource
- main
pull_request:
jobs:
test-notebooks-examples:
continue-on-error: True
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
with:
python-version: 3.12
- name: Install dependencies
run: |
pip install -e ."[dev]"
- name: Notebook tests
run: |
tox -e py3.12-nb