Skip to content

Add gradient and autodiff checks for linear operators #2561

Add gradient and autodiff checks for linear operators

Add gradient and autodiff checks for linear operators #2561

Workflow file for this run

name: Pre-Commit
on:
pull_request:
jobs:
pre-commit:
name: Pre-commit
runs-on: ubuntu-latest
container:
image: ghcr.io/ptb-mr/mrpro_py311:latest
options: --user runner
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
# Cancel in-progress runs when a new workflow with the same group name is triggered
cancel-in-progress: true