We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aae138 commit f0917d0Copy full SHA for f0917d0
tests/test_analysis.py
@@ -21,4 +21,4 @@ def test_quantum_velocity_and_radial_power_spectrum():
21
22
Pf, _, _ = radial_power_spectrum(vx, kx, ky, kz, box_size)
23
24
- assert jnp.max(Pf) == pytest.approx(8244.606, abs=1e-4)
+ assert jnp.max(Pf) == pytest.approx(8244.606, rel=1e-4)
0 commit comments