Skip to content

Fixed a bug in the child classes of optika.rulings.AbstractRulings where the optical path difference was not being calculated correctly. #367

Fixed a bug in the child classes of optika.rulings.AbstractRulings where the optical path difference was not being calculated correctly.

Fixed a bug in the child classes of optika.rulings.AbstractRulings where the optical path difference was not being calculated correctly. #367

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1