Skip to content

add flag to PlasmaVesselDistance to avoid recomputing surface coordinates when the surface is fixed during optimization #2588

add flag to PlasmaVesselDistance to avoid recomputing surface coordinates when the surface is fixed during optimization

add flag to PlasmaVesselDistance to avoid recomputing surface coordinates when the surface is fixed during optimization #2588

Workflow file for this run

name: Linting
on: [pull_request, workflow_dispatch]
jobs:
flake8_linting:
runs-on: ubuntu-latest
name: Linting
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r devtools/dev-requirements.txt
- name: flake8 Lint
uses: reviewdog/action-flake8@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review