Skip to content

add small epsilon to eigenvalues to prevent nans #110

add small epsilon to eigenvalues to prevent nans

add small epsilon to eigenvalues to prevent nans #110

Workflow file for this run

name: "Testing"
on:
push:
paths-ignore:
- 'tutorials/**'
- 'README.md'
- '.gitignore'
- 'examples/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python all python version
uses: actions/setup-python@v2
with:
python-version: 3.9
architecture: x64
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run Test
run: python -m unittest discover tests