Skip to content

add max_iter arg in evaluate script #42

add max_iter arg in evaluate script

add max_iter arg in evaluate script #42

Workflow file for this run

name: Ruff
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: |
ruff format --diff
ruff check