fixed tolerance

This commit is contained in:
Francois Lanusse 2025-06-28 02:36:37 +02:00
parent 0c75158043
commit 37976c70d8
2 changed files with 3 additions and 3 deletions

View file

@ -11,8 +11,8 @@ from jaxpm.utils import power_spectrum
_TOLERANCE = 1e-4
_PM_TOLERANCE = 1e-3
_FIELD_RTOL = 1e-2
_FIELD_ATOL = 1e-1
_FIELD_RTOL = 1e-4
_FIELD_ATOL = 1e-3
@pytest.mark.single_device