mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-16 12:33:41 +02:00
Special function module (#221)
* [fix] Fixed intendation for flake8 * [feat] special module with Bessel functions added. * [feat] init adapted. * [tests] First test for special module added. * [tests] Check kn special function derivative explicitly vs numerical derivative of scipy function. * [feat] Added remaining autograd scipy special functions to the special module. * [feat] Imports corrected, docstring added.
This commit is contained in:
parent
1360942a7b
commit
5122e260ea
4 changed files with 37 additions and 1 deletions
|
@ -20,7 +20,7 @@ def print_config():
|
|||
"pandas": pd.__version__}
|
||||
|
||||
for key, value in config.items():
|
||||
print(f"{key : <10}\t {value}")
|
||||
print(f"{key: <10}\t {value}")
|
||||
|
||||
|
||||
def errorbar(x, y, axes=plt, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue