Skip to content

Merge pull request #7 from ktwu01/agent/fix-issue-5-calibration #1

Merge pull request #7 from ktwu01/agent/fix-issue-5-calibration

Merge pull request #7 from ktwu01/agent/fix-issue-5-calibration #1

name: Effective parameter checks
on:
pull_request:
push:
branches: [main]
jobs:
effective-params:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: pip
- run: pip install -r requirements.txt
- run: python scripts/19_effective_params.py
- run: python -m unittest discover -s tests -p 'test_*.py' -v