Skip to content

Use list comprehension for shift the theta coordinate from 0 to 2pi #156

Use list comprehension for shift the theta coordinate from 0 to 2pi

Use list comprehension for shift the theta coordinate from 0 to 2pi #156

Workflow file for this run

name: black
on: [push, pull_request, workflow_dispatch]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 79"