Skip to content

Add CRPS for the generalised truncated and censored t distribution #118

Add CRPS for the generalised truncated and censored t distribution

Add CRPS for the generalised truncated and censored t distribution #118

Workflow file for this run

# This workflow will install the Python package and run the tests
name: Run tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup poetry
uses: abatilo/actions-poetry@v2
- name: Install the project dependencies
run: poetry install
- name: Run the tests
run: poetry run pytest -v tests/