Skip to content

Fix num_theta and num_phi checks and update tests #203

Fix num_theta and num_phi checks and update tests

Fix num_theta and num_phi checks and update tests #203

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"