add spline model (#321)

* add spline model
* add tests for splines
* rst files for splines

---------

Co-authored-by: AleDinve <giuseppealessio.d@student.unisi.it>
Co-authored-by: dario-coscia <dariocos99@gmail.com>
This commit is contained in:
Nicola Demo
2024-09-27 10:05:18 +02:00
committed by GitHub
parent fefba81034
commit 4c5cb8f681
6 changed files with 255 additions and 1 deletions

View File

@@ -26,7 +26,11 @@ EXTRAS = {
'sphinx_design',
'pydata_sphinx_theme'
],
'test': ['pytest', 'pytest-cov'],
'test': [
'pytest',
'pytest-cov',
'scipy'
],
}
LDESCRIPTION = (