Skip to content

Calculate complementary error over entire lagrange multiplier vector #198

Calculate complementary error over entire lagrange multiplier vector

Calculate complementary error over entire lagrange multiplier vector #198

Workflow file for this run

name: PyVMCON test workflow
permissions:
contents: read
on:
pull_request:
push:
jobs:
test_pyvmcon:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
- name: Install pytest
run: pip install pytest
- name: Install PyVMCON
run: pip install .
- name: Run pytest
run: pytest tests/