Skip to content

Fixed handling of variables named Inf or NaN. #13

Fixed handling of variables named Inf or NaN.

Fixed handling of variables named Inf or NaN. #13

Workflow file for this run

name: Run tests
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: 3.13}
- run: pip install .
- run: pip install pytest
- run: pytest