Skip to content

Fixed a bug where obs coordinates were being interpreted as being on … #117

Fixed a bug where obs coordinates were being interpreted as being on …

Fixed a bug where obs coordinates were being interpreted as being on … #117

Workflow file for this run

name: Black
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./iris"