clean up
This commit is contained in:
parent
3b80b8c720
commit
65c394743b
3 changed files with 2 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue