Skip to content

Commit

Permalink
coverage for symbolics
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalxrc08 committed Aug 27, 2024
1 parent 32c8a0b commit 2e84195
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/testSymbolics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ println("Test First Order Passed")
@test abs(gamma_T - vol_h_T.epsilon12) < toll
@test abs(gamma_T - vol_h_T.epsilon12) < toll

println("Test Second Order Passed")
println("Test Second Order Passed")


inp=NTuple{7,Any}((1,2,3,4,5,6,7))
@test Symbolics.derivative(FinancialToolbox.blimpv, inp, Val(5))==0

0 comments on commit 2e84195

Please sign in to comment.