Skip to content

Add generic observation processes which combine the convolution with the noise model. #886

Add generic observation processes which combine the convolution with the noise model.

Add generic observation processes which combine the convolution with the noise model. #886

Workflow file for this run

name: dependency-check
on:
pull_request:
push:
branches: [main]
jobs:
dependency-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Install the project
run: uv sync
- name: run deptry
run: |
uv run deptry .