Skip to content

feat: add NaN/Inf detection in learning pipeline #5

feat: add NaN/Inf detection in learning pipeline

feat: add NaN/Inf detection in learning pipeline #5

name: Convergence Tests (Tier 2)
on:
pull_request:
branches: [main]
jobs:
convergence:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: latest
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install dependencies
run: |
poetry install --no-interaction --with dev
- name: Run convergence tests
run: |
poetry run pytest tests/test_convergence/ -m slow -v --override-ini="addopts=" --tb=short