Skip to content

Add Primal Dual Hybrid Gradient algorithm #2557

Add Primal Dual Hybrid Gradient algorithm

Add Primal Dual Hybrid Gradient algorithm #2557

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