Skip to content

Fixed a major bug in optika.sensors.electrons_measured() where the recombination noise was being severely underestimated. #365

Fixed a major bug in optika.sensors.electrons_measured() where the recombination noise was being severely underestimated.

Fixed a major bug in optika.sensors.electrons_measured() where the recombination noise was being severely underestimated. #365

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