Skip to content

Add adjoint sensitivity support for fully implicit DAEProblems (index-1 and Hessenberg index-2) #3624

Add adjoint sensitivity support for fully implicit DAEProblems (index-1 and Hessenberg index-2)

Add adjoint sensitivity support for fully implicit DAEProblems (index-1 and Hessenberg index-2) #3624

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
tests:
uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1"
secrets: "inherit"