VODE: bail out of the nonlinear solve if we predict negative mass fractions #453
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: Zenodo JSON | |
| on: [push, pull_request] | |
| jobs: | |
| json_verify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Install dependencies | |
| run: | | |
| sudo apt-get update -y -qq | |
| sudo apt-get -qq -y install yajl-tools | |
| - name: Run json_verify | |
| run: | | |
| cat .zenodo.json | json_verify | |