Skip to content

Return dict of list of floats or list of floats in fitting functions #446

Return dict of list of floats or list of floats in fitting functions

Return dict of list of floats or list of floats in fitting functions #446

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Test:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Pytest
run: |
pytest