Skip to content

Fixed esis.flights.f1.optics.gratings.materials.multilayer_witness_fit() to account for the possibility of total internal reflection. #100

Fixed esis.flights.f1.optics.gratings.materials.multilayer_witness_fit() to account for the possibility of total internal reflection.

Fixed esis.flights.f1.optics.gratings.materials.multilayer_witness_fit() to account for the possibility of total internal reflection. #100

Workflow file for this run

name: Black
on:
push:
branches:
- master
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./esis"