Skip to content

Added "nearest", "wrap", and "truncate" modes to `ndfilters.generic_f… #58

Added "nearest", "wrap", and "truncate" modes to `ndfilters.generic_f…

Added "nearest", "wrap", and "truncate" modes to `ndfilters.generic_f… #58

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: "./ndfilters"