change: facilitate recovery

This commit is contained in:
Benoît Sierro
2023-08-21 15:35:03 +02:00
parent dcb192461b
commit 04961fc53f
4 changed files with 11 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ def test_rk43_absorbtion_only():
)
non_lin = op.no_op_freq(n)
res = sc.integrate(spec0, 1.0, lin, non_lin, targets=[1.0])
res = sc.integrate(spec0, 1.0, lin, non_lin, targets=[0, 1.0])
assert np.max(sc.abs2(res.spectra[-1])) == pytest.approx(0.5)