Skip to content

feat: allow the use of different channels weights to the removal effect results before normalization #186

feat: allow the use of different channels weights to the removal effect results before normalization

feat: allow the use of different channels weights to the removal effect results before normalization #186

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3.1.0
- uses: psf/black@stable
with:
args: ". --check"