We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have just downloaded the package and run test in a clean environment. All tests pass but the last one. I am on Julia 1.6.1.
If I replay the swaptions.jl file , I get this error
swaptions.jl
julia> QuantLib.Math.is_close(npv(bermudanSwaption), 14.11010300956427) false
due to
npv(bermudanSwaption) 14.110397004348162
Where do you think is the problem? with the npv(bermudanSwaption) code , or with the test constant?
npv(bermudanSwaption)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have just downloaded the package and run test in a clean environment. All tests pass but the last one. I am on Julia 1.6.1.
If I replay the
swaptions.jl
file , I get this errordue to
Where do you think is the problem? with the
npv(bermudanSwaption)
code , or with the test constant?The text was updated successfully, but these errors were encountered: