Skip to content

fix(deps): use jnp.moveaxis instead of jax.batching.moveaxis (#72) #179

fix(deps): use jnp.moveaxis instead of jax.batching.moveaxis (#72)

fix(deps): use jnp.moveaxis instead of jax.batching.moveaxis (#72) #179

Workflow file for this run

name: Code linting
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- uses: pre-commit/[email protected]