This commit is contained in:
Gaspard Jankowiak 2025-02-12 11:04:31 +01:00
commit 65c394743b
3 changed files with 2 additions and 34 deletions

View file

@ -132,8 +132,6 @@ end
x = σ * (2 * rand() - 0.5) + μ
p = [L, μ, σ]
@show diff_of_erf(p; x=x)
@test TaylorTest.check(diff_of_erf, J_diff_of_erf, p; x=x)
@test TaylorTest.check(J_diff_of_erf, H_diff_of_erf, p, [2, 3]; x=x)
end