8000 Updated comparison between std and 0 to have a machine epsilon margin. Also separated some GitHub Actions workflows and updated README badges accordingly. · sm00thix/cvmatrix@4ec5dc2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 Python Package
on:
pull_request:
branches: [ "main" ]
paths:
- 'cvmatrix/**'
- 'tests/**'
- '.github/**'
- 'pyproject.toml'
- 'poetry.lock'
jobs:
build_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
0