Skip to content

Compare std deviation from 0 with float epsilon instead of exact equality between std and 0 #8

Compare std deviation from 0 with float epsilon instead of exact equality between std and 0

Compare std deviation from 0 with float epsilon instead of exact equality between std and 0 #8

name: Pull Request Python Package
on:
pull_request:
branches: [ "main" ]
paths:
- 'ikpls/**'
- 'tests/**'
- '.github/**'
- 'pyproject.toml'
jobs:
build_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build