Skip to content

Modified esis.flights.f1.optics.models.design_full() to include the grating efficiency model. #109

Modified esis.flights.f1.optics.models.design_full() to include the grating efficiency model.

Modified esis.flights.f1.optics.models.design_full() to include the grating efficiency model. #109

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"