Skip to content

splines already have a derivative implemented, so there isn't necessarily a need to FD on top of them #235

splines already have a derivative implemented, so there isn't necessarily a need to FD on top of them

splines already have a derivative implemented, so there isn't necessarily a need to FD on top of them #235

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: tests
run: |
pip install -e .[advanced,dev]
pytest pynumdiff