Skip to content

Add resample_image method to RegistrationClass #40

Add resample_image method to RegistrationClass

Add resample_image method to RegistrationClass #40

Workflow file for this run

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