Skip to content

np.infty -> np.inf

np.infty -> np.inf #22

Workflow file for this run

name: Unit tests
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install ".[test]"
- run: pytest -v tests