8000 removed interpolation of z and r from flux_coords · indica-mcf/Indica@9af13ee · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Equilibrium shifting R / z in initialisation #900

Equilibrium shifting R / z in initialisation

Equilibrium shifting R / z in initialisation #900

Workflow file for this run

# This workflow will install Python dependencies and run linters
name: linting
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Lint the code
env:
SKIP: no-commit-to-branch
uses: pre-commit/action@v3.0.0
0