mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-29 00:21:13 +00:00
fixed tolerance
This commit is contained in:
parent
0c75158043
commit
37976c70d8
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue