fix: handle nothing passed as u0 to ODEProblem
#2310
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Invalidations" | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - 'docs/**' | |
| concurrency: | |
| # Skip intermediate builds: always. | |
| # Cancel intermediate builds: always. | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| evaluate-invalidations: | |
| name: "Evaluate Invalidations" | |
| uses: "SciML/.github/.github/workflows/invalidations.yml@v1" |