Skip to content

Updated comparison between std and 0 to have a machine epsilon margin. #1

Updated comparison between std and 0 to have a machine epsilon margin.

Updated comparison between std and 0 to have a machine epsilon margin. #1

name: Pull Request Tests
on:
pull_request:
branches: [ "main" ]
paths:
- 'cvmatrix/**'
- 'tests/**'
- '.github/**'
- 'pyproject.toml'
- 'poetry.lock'
jobs:
test_package:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test
with:
PYTHON_VERSION: ${{ matrix.python-version }}