Skip to content

Fixed a bug where obs coordinates were being interpreted as being on cell centers instead of cell vertices. #116

Fixed a bug where obs coordinates were being interpreted as being on cell centers instead of cell vertices.

Fixed a bug where obs coordinates were being interpreted as being on cell centers instead of cell vertices. #116

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"