Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #333 from PTB-M4D/fix_allclose_atol
Browse files Browse the repository at this point in the history
Introduce an absolute tolerance into all assert_allclose() statements
  • Loading branch information
BjoernLudwigPTB authored May 22, 2024
2 parents c69dbc6 + 05bc0d5 commit a3fd0d0
Show file tree
Hide file tree
Showing 24 changed files with 282 additions and 246 deletions.
87 changes: 45 additions & 42 deletions requirements/dev-requirements-py310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ babel==2.14.0
# via
# jupyterlab-server
# sphinx
backports-tarfile==1.1.1
# via jaraco-context
beautifulsoup4==4.12.3
# via nbconvert
black[jupyter]==24.3.0
black[jupyter]==24.4.2
# via pydynamic
bleach==6.1.0
# via nbconvert
Expand Down Expand Up @@ -65,11 +67,11 @@ colorama==0.4.6
# twine
comm==0.2.2
# via ipykernel
contourpy==1.2.0
contourpy==1.2.1
# via
# -c requirements/requirements-py310.txt
# matplotlib
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via pytest-cov
cryptography==42.0.5
# via secretstorage
Expand All @@ -94,7 +96,7 @@ docutils==0.20.1
# sphinx-rtd-theme
dotty-dict==1.3.1
# via python-semantic-release
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# anyio
# hypothesis
Expand All @@ -104,11 +106,11 @@ executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
# via nbformat
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
fonttools==4.50.0
fonttools==4.51.0
# via
# -c requirements/requirements-py310.txt
# matplotlib
Expand All @@ -128,9 +130,9 @@ httpcore==1.0.5
# via httpx
httpx==0.27.0
# via jupyterlab
hypothesis==6.100.0
hypothesis==6.100.2
# via pydynamic
idna==3.6
idna==3.7
# via
# anyio
# httpx
Expand All @@ -150,7 +152,7 @@ ipykernel==6.29.4
# via
# jupyterlab
# pydynamic
ipython==8.23.0
ipython==8.24.0
# via
# black
# ipykernel
Expand All @@ -159,9 +161,9 @@ isoduration==20.11.0
# via jsonschema
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via keyring
jedi==0.19.1
# via ipython
Expand All @@ -178,11 +180,11 @@ jinja2==3.1.3
# nbconvert
# nbsphinx
# sphinx
json5==0.9.24
json5==0.9.25
# via jupyterlab-server
jsonpointer==2.4
# via jsonschema
jsonschema[format-nongpl]==4.21.1
jsonschema[format-nongpl]==4.22.0
# via
# jupyter-events
# jupyterlab-server
Expand All @@ -205,9 +207,9 @@ jupyter-core==5.7.2
# nbformat
jupyter-events==0.10.0
# via jupyter-server
jupyter-lsp==2.2.4
jupyter-lsp==2.2.5
# via jupyterlab
jupyter-server==2.13.0
jupyter-server==2.14.0
# via
# jupyter-lsp
# jupyterlab
Expand All @@ -216,15 +218,15 @@ jupyter-server==2.13.0
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.1.5
jupyterlab==4.1.8
# via notebook
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.25.4
jupyterlab-server==2.27.1
# via
# jupyterlab
# notebook
keyring==25.0.0
keyring==25.2.0
# via twine
kiwisolver==1.4.5
# via
Expand All @@ -238,11 +240,11 @@ markupsafe==2.1.5
# via
# jinja2
# nbconvert
matplotlib==3.8.3
matplotlib==3.8.4
# via
# -c requirements/requirements-py310.txt
# pydynamic
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via
# ipykernel
# ipython
Expand All @@ -262,15 +264,15 @@ mpmath==1.3.0
# sympy
mypy-extensions==1.0.0
# via black
myst-parser==2.0.0
myst-parser==3.0.1
# via pydynamic
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.3
nbconvert==7.16.4
# via
# jupyter-server
# nbsphinx
nbformat==5.10.3
nbformat==5.10.4
# via
# jupyter-server
# nbclient
Expand All @@ -282,7 +284,7 @@ nest-asyncio==1.6.0
# via ipykernel
nh3==0.2.17
# via readme-renderer
notebook==7.1.2
notebook==7.1.3
# via pydynamic
notebook-shim==0.2.4
# via
Expand Down Expand Up @@ -319,31 +321,31 @@ packaging==24.0
# python-semantic-release
# sphinx
# tox
pandas==2.2.1
pandas==2.2.2
# via
# -c requirements/requirements-py310.txt
# pydynamic
pandocfilters==1.5.1
# via nbconvert
parso==0.8.3
parso==0.8.4
# via jedi
pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
pillow==10.2.0
pillow==10.3.0
# via
# -c requirements/requirements-py310.txt
# matplotlib
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.1
# via
# black
# jupyter-core
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand Down Expand Up @@ -373,7 +375,7 @@ pyparsing==3.1.2
# matplotlib
pyproject-api==1.6.1
# via tox
pytest==8.1.1
pytest==8.2.0
# via
# pydynamic
# pytest-cov
Expand All @@ -399,22 +401,22 @@ pytz==2024.1
# via
# -c requirements/requirements-py310.txt
# pandas
pywavelets==1.5.0
pywavelets==1.6.0
# via
# -c requirements/requirements-py310.txt
# pydynamic
pyyaml==6.0.1
# via
# jupyter-events
# myst-parser
pyzmq==25.1.2
pyzmq==26.0.2
# via
# ipykernel
# jupyter-client
# jupyter-server
readme-renderer==43.0
# via twine
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -449,15 +451,15 @@ rpds-py==0.18.0
# via
# jsonschema
# referencing
scipy==1.12.0
scipy==1.13.0
# via
# -c requirements/requirements-py310.txt
# pydynamic
secretstorage==3.3.3
# via keyring
semver==2.13.0
# via python-semantic-release
send2trash==1.8.2
send2trash==1.8.3
# via jupyter-server
six==1.16.0
# via
Expand All @@ -478,7 +480,7 @@ sortedcontainers==2.4.0
# via hypothesis
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==7.3.7
# via
# myst-parser
# nbsphinx
Expand Down Expand Up @@ -515,7 +517,7 @@ time-series-buffer==0.1.4b0
# via
# -c requirements/requirements-py310.txt
# pydynamic
tinycss2==1.2.1
tinycss2==1.3.0
# via nbconvert
tokenize-rt==5.2.0
# via black
Expand All @@ -526,6 +528,7 @@ tomli==2.0.1
# jupyterlab
# pyproject-api
# pytest
# sphinx
# tox
tomlkit==0.12.4
# via python-semantic-release
Expand All @@ -537,11 +540,11 @@ tornado==6.4
# jupyterlab
# notebook
# terminado
tox==4.14.2
tox==4.15.0
# via pydynamic
tqdm==4.66.2
# via twine
traitlets==5.14.2
traitlets==5.14.3
# via
# comm
# ipykernel
Expand All @@ -562,7 +565,7 @@ twine==3.8.0
# via python-semantic-release
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# anyio
# async-lru
Expand All @@ -582,7 +585,7 @@ urllib3==2.2.1
# via
# requests
# twine
virtualenv==20.25.1
virtualenv==20.26.1
# via tox
wcwidth==0.2.13
# via prompt-toolkit
Expand All @@ -592,7 +595,7 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.7.0
websocket-client==1.8.0
# via jupyter-server
wheel==0.43.0
# via python-semantic-release
Expand Down
Loading

0 comments on commit a3fd0d0

Please sign in to comment.