Skip to content

Commit

Permalink
amend commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalxrc08 committed Jan 1, 2024
1 parent a84b8f8 commit 3d3c527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_implied_volatility.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ d = 0.0
σ = blsimpv(S0, K, r, T, price_1, d);
@test !isnan(σ)
test_implied_volatility_from_σ(testToll_float64, S0, K, r, T, σ, d, true)
test_broken_implied_volatility_from_σ(testToll_float64, S0, K, r, T, σ, d, false)
test_implied_volatility_from_σ(testToll_float64, S0, K, r, T, σ, d, false)
print_colored("Implied Volatility Test Passed\n", :magenta)

#End of the Test

0 comments on commit 3d3c527

Please sign in to comment.