Skip to content

Modified the behavior of optika.materials.LayerSequence.__getitem__() to return an instance of AbstractLayer if item is an int. #343

Modified the behavior of optika.materials.LayerSequence.__getitem__() to return an instance of AbstractLayer if item is an int.

Modified the behavior of optika.materials.LayerSequence.__getitem__() to return an instance of AbstractLayer if item is an int. #343

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